[PATCH] D51922: [NewGVN] Apply SimplifySelectInst if any of the options is undef.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 07:12:10 PDT 2020
fhahn abandoned this revision.
fhahn added a comment.
After d236e1c7b606c461b5cb8a8a87d50ead5d1bcbb9 <https://reviews.llvm.org/rGd236e1c7b606c461b5cb8a8a87d50ead5d1bcbb9>, the original optimizations do not trigger any more, as uses of undef are restricted. I don't think this is needed any longer.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51922/new/
https://reviews.llvm.org/D51922
More information about the llvm-commits
mailing list