aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/debugloc.ll
AgeCommit message (Expand)AuthorFilesLines
2023-09-04[LV] Add test coverage for adding DebugLoc to vector select.Florian Hahn1-0/+42
2022-12-14[LoopVectorize] Convert some tests to opaque pointers (NFC)Nikita Popov1-25/+25
2022-04-28[test][NewPM] Use -passes=loop-vectorize instead of -loop-vectorizeBjorn Pettersson1-1/+1
2022-04-08[LV] Set debug loc after setting insert point.Florian Hahn1-2/+3
2022-04-08[LV] Add test case for wrong debug location with replicate recipe.Florian Hahn1-0/+45
2022-04-08[VPlan] Preserve debug location when creating branch.Florian Hahn1-2/+1
2022-04-08[LV] Add test for missing debug info on branch in vector loop.Florian Hahn1-4/+51
2022-03-23[LV] Extend checks in debugloc.ll.Florian Hahn1-19/+21
2021-06-07[LV] Mark increment of main vector loop induction variable as NUW.Florian Hahn1-1/+1
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille1-1/+1
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille1-1/+1
2021-02-12[Vectorizers][TTI] remove option to bypass creation of vector reduction intri...Sanjay Patel1-2/+1
2020-04-06[llvm] Fix missing FileCheck directive colonsJonathan Roelofs1-1/+1
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song1-1/+1
2019-06-19[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams1-3/+6
2019-06-12Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...Orlando Cazalet-Hyams1-6/+3
2019-06-11[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams1-3/+6
2019-05-07revert r360162 as it breaks most of the buildbotsKostya Serebryany1-6/+3
2019-05-07[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams1-3/+6
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher1-0/+89
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher1-89/+0
2018-08-21Avoid dbg.value use-before-def in a few tests (NFC)Vedant Kumar1-6/+6
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen1-1/+1
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl1-7/+7
2017-07-19[LV] Test once if vector trip count is zero, instead of twiceAyal Zaks1-1/+1
2016-11-09Update vectorization debug info unittest.Dehao Chen1-11/+11
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-3/+2
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl1-1/+1
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl1-1/+1
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-2/+2
2015-09-02[LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...James Molloy1-1/+1
2015-09-02[LV] Pull creation of trip counts into a helper function.James Molloy1-1/+1
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-1/+1
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+1
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-4/+4
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-25/+25
2015-03-27DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith1-1/+1
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith1-6/+6
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-15/+15
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-2/+2
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-5/+5
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-30/+30
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-13/+13
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-13/+13
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-13/+13
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-8/+8
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-8/+8
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-8/+8
2014-09-10Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel1-1/+1