[PATCH] D60831: [DebugInfo at O2][LoopVectorize] pr39024: Vectorized code linenos step through loop even after completion

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 08:37:05 PDT 2019


Orlando updated this revision to Diff 200296.
Orlando added a comment.

The inlined loop metadata part has been separated into D61933 <https://reviews.llvm.org/D61933> (rL361149 <https://reviews.llvm.org/rL361149>) which this patch is now based on.

This patch "just works" with D61933 <https://reviews.llvm.org/D61933> and a few test changes: "bcmp-debugify-remarks.ll" and "inlined-argument.ll" needed to be updated because they rely on the old incorrect metadata.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60831/new/

https://reviews.llvm.org/D60831

Files:
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/DebugInfo/AArch64/inlined-argument.ll
  llvm/test/Transforms/LoopIdiom/bcmp-debugify-remarks.ll
  llvm/test/Transforms/LoopSimplify/dbg-loc.ll
  llvm/test/Transforms/LoopSimplify/do-preheader-dbg.ll
  llvm/test/Transforms/LoopSimplify/for-preheader-dbg.ll
  llvm/test/Transforms/LoopUnroll/runtime-loop1.ll
  llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
  llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks-profitable.ll
  llvm/test/Transforms/LoopVectorize/debugloc.ll
  llvm/test/Transforms/LoopVectorize/fix-reduction-dbg.ll
  llvm/test/Transforms/LoopVectorize/unsafe-dep-remark.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60831.200296.patch
Type: text/x-patch
Size: 45834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/7a2c9cab/attachment-0001.bin>


More information about the llvm-commits mailing list