summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/debugloc.ll
AgeCommit message (Expand)Author
2025-04-28Reapply "[VPlan] Fold NOT into predicate of wide compares." (#130347)Florian Hahn
2025-04-21[VPlan] Also duplicated scalar-steps when it enables sinking scalars. (#136021)Florian Hahn
2025-04-05[VPlan] Set debug location for recipes in VPBB::executeRecipes.Florian Hahn
2025-04-04[VPlan] Set and use debug location for VPScalarIVStepsRecipe.Florian Hahn
2025-03-25[VPlan] Remove no-op SCALAR-STEPS after unrolling. (#123655)Florian Hahn
2025-03-22[LV] Add test showing missing debug location on VPScalarIVStepsRecipe.Florian Hahn
2025-03-07Revert "[VPlan] Fold NOT into predicate of wide compares." (#130347)Florian Hahn
2025-03-07[VPlan] Fold NOT into predicate of wide compares. (#129430)Florian Hahn
2025-02-27[VPlan] Preserve DebugLoc for VPBranchOnMaskRecipe.Florian Hahn
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2023-09-04[LV] Add test coverage for adding DebugLoc to vector select.Florian Hahn
2022-12-14[LoopVectorize] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-28[test][NewPM] Use -passes=loop-vectorize instead of -loop-vectorizeBjorn Pettersson
2022-04-08[LV] Set debug loc after setting insert point.Florian Hahn
2022-04-08[LV] Add test case for wrong debug location with replicate recipe.Florian Hahn
2022-04-08[VPlan] Preserve debug location when creating branch.Florian Hahn
2022-04-08[LV] Add test for missing debug info on branch in vector loop.Florian Hahn
2022-03-23[LV] Extend checks in debugloc.ll.Florian Hahn
2021-06-07[LV] Mark increment of main vector loop induction variable as NUW.Florian Hahn
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2021-02-12[Vectorizers][TTI] remove option to bypass creation of vector reduction intri...Sanjay Patel
2020-04-06[llvm] Fix missing FileCheck directive colonsJonathan Roelofs
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-06-19[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams
2019-06-12Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...Orlando Cazalet-Hyams
2019-06-11[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams
2019-05-07revert r360162 as it breaks most of the buildbotsKostya Serebryany
2019-05-07[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-08-21Avoid dbg.value use-before-def in a few tests (NFC)Vedant Kumar
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-19[LV] Test once if vector trip count is zero, instead of twiceAyal Zaks
2016-11-09Update vectorization debug info unittest.Dehao Chen
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-09-02[LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...James Molloy
2015-09-02[LV] Pull creation of trip counts into a helper function.James Molloy
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie