[PATCH] D146464: [LSR] Fix "new use of poison" problem in lsr-term-fold
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 03:47:28 PDT 2023
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:6821
+
+ // If this is a complex recurrance with multiple instructions computing
+ // the backedge value, we might need to strip poison flags from all of
----------------
recurrence
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146464/new/
https://reviews.llvm.org/D146464
More information about the llvm-commits
mailing list