[PATCH] D22594: AMDGPU: Make skip threshold an option

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 01:49:58 PDT 2016


nhaehnle added a subscriber: nhaehnle.
nhaehnle accepted this revision.
nhaehnle added a reviewer: nhaehnle.
nhaehnle added a comment.
This revision is now accepted and ready to land.

I assume you're planning to use this in some tests? Anyway, LGTM.


================
Comment at: lib/Target/AMDGPU/SILowerControlFlow.cpp:78
@@ -74,2 +77,3 @@
   const SIInstrInfo *TII;
+  unsigned SkipThreshold;
 
----------------
You can put the initializer here instead of in the constructor.


https://reviews.llvm.org/D22594





More information about the llvm-commits mailing list