[PATCH] D136014: Recommit [AArch64] Improve codegen for shifted mask op

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 5 02:00:51 PDT 2022


dmgreen added a comment.

Yes, please add a test with different bitwidths. It's not obvious what is changing types. Is it during legalization?

If we know that they are always <= 64, it could just use getZExtValue too.


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

https://reviews.llvm.org/D136014



More information about the llvm-commits mailing list