diff options
author | Philip Reames <preames@rivosinc.com> | 2025-03-20 10:17:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-20 10:17:36 -0700 |
commit | 4d4d9d5d333cd8c3cfa0822157ded5ff735aed29 (patch) | |
tree | 65bfdcf4ed4dfacfeb74847c5b7ba00f5b3f5e97 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | e202ff45df206859b6e3c2142a735348a0d449bb (diff) | |
download | llvm-4d4d9d5d333cd8c3cfa0822157ded5ff735aed29.zip llvm-4d4d9d5d333cd8c3cfa0822157ded5ff735aed29.tar.gz llvm-4d4d9d5d333cd8c3cfa0822157ded5ff735aed29.tar.bz2 |
[TTI] Use TypeSize in isLoadFromStackSlot and isStoreToStackSlot [nfc] (#132244)
Motivation is supporting scalable spills and reloads, e.g. in
https://github.com/llvm/llvm-project/pull/120524.
Looking at this API, I'm suspicious that the access size should just be
coming from the memory operand on the load or store, but we don't appear
to be consistently setting that up. That's a larger change so I may or
may not bother pursuing that.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions