[PATCH] D108734: [InstCombine] Replace icmp invariant group operands with the invariant group's operands
Piotr Padlewski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 26 05:43:07 PDT 2021
Prazek added a comment.
Just for the record (discussed offline): if the problem is comparisons of launder/strip(%p) with null, then for this specific case we could I think replace it with comparison of %p and null, as null does does not have any "virtual" information (similarly how we already optimzie launder/strip(null) to null
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108734/new/
https://reviews.llvm.org/D108734
More information about the llvm-commits
mailing list