[PATCH] D17161: AMDGPU: Quick fix for extreme slowness in spill-scavenge-offset.ll test

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 16:13:00 PST 2016


nhaehnle marked an inline comment as done.
nhaehnle added a comment.

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.


Repository:
  rL LLVM

http://reviews.llvm.org/D17161





More information about the llvm-commits mailing list