[PATCH] D84550: [AArch64][GlobalISe] Fold G_AND and G_LSHR into ubfm

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 14:58:44 PDT 2020


aemerson added a comment.

It seems simpler to me to handle this in the selector directly. I’m not sure why a SUBREG_TO_REG is an issue for us in the combiner, but if this could also help O0 it’s better there for now.

If there’s a custom SD node that we want to combine to however that makes more sense to put in the post-legal combiner.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84550/new/

https://reviews.llvm.org/D84550





More information about the llvm-commits mailing list