[PATCH] D17161: AMDGPU: Quick fix for extreme slowness in spill-scavenge-offset.ll test
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 12:27:08 PST 2016
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/CodeGen/AMDGPU/spill-scavenge-offset.ll:14
@@ -12,3 +13,3 @@
entry:
%tid = call i32 @llvm.SI.tid() nounwind readnone
----------------
While you're cleaning this up, can you replace this with the llvm.amdgcn.mbcnt expansion?
http://reviews.llvm.org/D17161
More information about the llvm-commits
mailing list