diff options
author | QingShan Zhang <qshanz@cn.ibm.com> | 2020-07-27 02:02:40 +0000 |
---|---|---|
committer | QingShan Zhang <qshanz@cn.ibm.com> | 2020-07-27 02:02:40 +0000 |
commit | a6e9f5264c855dfa5dda3c5940ffdaaf22d7e693 (patch) | |
tree | 0392f981ca7d2482cffe2a330025f8147698b748 /llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | |
parent | 194a4beedd1e09ff0de3710ea431d8d3facd59e1 (diff) | |
download | llvm-a6e9f5264c855dfa5dda3c5940ffdaaf22d7e693.zip llvm-a6e9f5264c855dfa5dda3c5940ffdaaf22d7e693.tar.gz llvm-a6e9f5264c855dfa5dda3c5940ffdaaf22d7e693.tar.bz2 |
[Scheduling] Improve group algorithm for store cluster
Store Addr and Store Addr+8 are clusterable pair. They have memory(ctrl) dependency on different loads.
Current implementation will put these two stores into different group and miss to cluster them.
Reviewed By: evandro
Differential Revision: https://reviews.llvm.org/D84139
Diffstat (limited to 'llvm/lib/CodeGen/LocalStackSlotAllocation.cpp')
0 files changed, 0 insertions, 0 deletions