[llvm-branch-commits] [llvm] GlobalISel: Improve MMO extended LLT caclulation from size (PR #196398)
David Green via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 8 05:13:27 PDT 2026
davemgreen wrote:
> for amdgpu most of the lowering seem to require explicit integer LLT, scalars don't work with tablegen
Which do you mean? Do you mean selection doesn't work through tablegen patterns or are you seeing problems elsewhere?
I don't have a problem with MMOs having specific types, but in AArch64 loads and stores do not have specific types, only register banks.
https://github.com/llvm/llvm-project/pull/196398
More information about the llvm-branch-commits
mailing list