[PATCH] D144671: [InstCombine] prevent miscompiles from select-of-div/rem transform
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 26 15:46:06 PST 2023
efriedma added a comment.
Alternatively, if you freeze the condition of the select, the transform is legal in all cases.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144671/new/
https://reviews.llvm.org/D144671
More information about the llvm-commits
mailing list