[PATCH] D146349: [InstCombine] Make `FoldOpIntoSelect` handle non-constants and use condition to deduce constants.
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 12:48:06 PDT 2023
goldstein.w.n added a comment.
In D146349#4262696 <https://reviews.llvm.org/D146349#4262696>, @nikic wrote:
> This should also relax the requirement on at least one caller so that the change becomes testable. Or maybe you can use the one in InstCombineCalls to test this, I think one of the multi-argument intrinsics should work.
Thats what happens in: D146350 <https://reviews.llvm.org/D146350>, do you want me to merge the two?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146349/new/
https://reviews.llvm.org/D146349
More information about the llvm-commits
mailing list