[PATCH] D22601: [SCCP] Mark constant xor %blah, %blah even if the lattice value is overdefined
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 12:52:11 PDT 2016
eli.friedman added a comment.
The transformation valid... but I don't think it makes sense to perform it here. SCCP doesn't add any power to the transformation over instsimplify.
https://reviews.llvm.org/D22601
More information about the llvm-commits
mailing list