[PATCH] D105392: [InstCombine] Add optimization to prevent poison from being propagated.
Hyeongyu Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 4 09:54:39 PDT 2021
hyeongyukim updated this revision to Diff 356382.
hyeongyukim added a comment.
I modified it to use `isGuaranteedNotToBeUndefOrPoison()` instead of `isGuaranteedNotToBeUndefOrPoison()`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105392/new/
https://reviews.llvm.org/D105392
Files:
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/freeze.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105392.356382.patch
Type: text/x-patch
Size: 4102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210704/0029f6c5/attachment.bin>
More information about the llvm-commits
mailing list