[PATCH] D98464: [GlobalISel] Add G_SBFX + G_UBFX (bitfield extraction opcodes)
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 12 10:17:27 PST 2021
aemerson added a comment.
If we have to allow variable width operands for these, it doesn't really help AArch64 that much. We have to match the constant pattern to a target specific opcode, and then lower the rest of these to shifts by default. I can see the benefit of AMDGPU, but with variable extracts this just puts us back where we started for AArch64.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98464/new/
https://reviews.llvm.org/D98464
More information about the llvm-commits
mailing list