[PATCH] D132022: [SCEVExpander] Recompute poison-generating flags on hoisting. PR57187

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 02:53:39 PDT 2022


nikic added a comment.

I'm confused. Why would the `nuw` be legal in the "old context"? Wouldn't we already branch on poison there as well, because `%iv.next` is used in `%loop.exit.cond` is used in br (unconditionally)?


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

https://reviews.llvm.org/D132022



More information about the llvm-commits mailing list