[PATCH] D93065: [InstCombine] Disable optimizations of select instructions that causes propagation of poison values
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 3 00:49:10 PST 2021
aqjune added a comment.
Simple loop unswitch fix: D97756 <https://reviews.llvm.org/D97756>
Update SimplifyCFG to use select instead of and/or when merging conditional branches: D95026 <https://reviews.llvm.org/D95026>
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93065/new/
https://reviews.llvm.org/D93065
More information about the llvm-commits
mailing list