Also, some cosmetic fixes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
test/CodeGen/AMDGPU/spill-scavenge-offset.ll | ||
---|---|---|
14 ↗ | (On Diff #47700) | While you're cleaning this up, can you replace this with the llvm.amdgcn.mbcnt expansion? |
Comment Actions
I have committed a variant of this now. FYI, I've played around with this a little bit more, and noticed that only the compile for Tonga is slow.
On Verde, the compile only takes 1.5s in debug mode with the default register allocator - still long, but basically reasonable given the size of the test and nothing compared to the craziness of Tonga.
I have no clue what causes this, maybe somebody has an idea.