Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is "spill" the right name? They come from TargetLowering::expandUnalignedLoad copying the data to a temporary stack slot, not from the register allocator.
Comment Actions
I used "Spilling" as a term for storing and restoring of values regardless of who/what is causing it. But I guess we should be precise.