[PATCH] D88895: [AMDGPU] Add test with spills for local loads and stores
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 06:37:12 PDT 2020
foad added a comment.
Is "spill" the right name? They come from TargetLowering::expandUnalignedLoad copying the data to a temporary stack slot, not from the register allocator.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88895/new/
https://reviews.llvm.org/D88895
More information about the llvm-commits
mailing list