[PATCH] D109963: [AArch64] Split bitmask immediate of bitwise AND operation
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 02:34:06 PDT 2021
jaykang10 added a comment.
In D109963#3029409 <https://reviews.llvm.org/D109963#3029409>, @dmgreen wrote:
> I don't think this needs to create all the COPY's, if it calls constrainRegClass on the registers to ensure they do not contain the wrong set of registers.
You are right! We can constrain the register class to `GPR[32|64]common`. Thanks @dmgreen. Let me update it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109963/new/
https://reviews.llvm.org/D109963
More information about the llvm-commits
mailing list