[llvm] [CodeGen] Update for scalable MemoryType in MMO (PR #70452)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 01:50:06 PST 2024
davemgreen wrote:
Do you mean if we changed it internally too? Yeah that would lose the info I think. I'm not sure if it could come from the type of the load/store instead?
This patch is just adding extra external interfaces though, the internal type is still a LLT, and can still be accessed directly through GISel.
https://github.com/llvm/llvm-project/pull/70452
More information about the llvm-commits
mailing list