[PATCH] D111675: [instcombine] propagate freeze through single use poison producing flag instruction
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 12 20:39:02 PDT 2021
reames added a comment.
In D111675#3059737 <https://reviews.llvm.org/D111675#3059737>, @nikic wrote:
> Ooops, something I missed and that wasn't covered by tests: dropPoisonGeneratingFlags() currently doesn't drop poison FMF, so there's a mismatch between the analysis and the dropping code.
Fixed in 4c5702c <https://reviews.llvm.org/rG4c5702cb123b8fd705982c638fb18c999f69d63a>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111675/new/
https://reviews.llvm.org/D111675
More information about the llvm-commits
mailing list