summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/preserve-dbg-loc-and-loop-metadata.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo][LoopVectorize] Preserve DL in generated phi instructionAnastasis Grammenos2018-07-041-0/+38
When creating `phi` instructions to resume at the scalar part of the loop, copy the DebugLoc from the original phi over to the new one. Differential Revision: https://reviews.llvm.org/D48769 llvm-svn: 336256
OpenPOWER on IntegriCloud