[PATCH] D103033: [LoopStrengthReduce] Ensure that debug intrinsics do not affect LSR's output
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 1 23:48:19 PDT 2021
djtodoro accepted this revision.
djtodoro added a comment.
This revision is now accepted and ready to land.
lgtm (+ nit)
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/X86/lsr-cond-dbg.ll:111
+!33 = !{!"Simple C/C++ TBAA"}
+!34 = !DILocation(line: 7, column: 15, scope: !23)
+!35 = !DILocation(line: 0, scope: !23)
----------------
djtodoro wrote:
> All these DILocations with the same scope could be represented as one DILocation metadata, so we can get rid of the rest.
'No newline at end of file"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103033/new/
https://reviews.llvm.org/D103033
More information about the llvm-commits
mailing list