[PATCH] D22594: AMDGPU: Make skip threshold an option
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 12:56:16 PDT 2016
arsenm closed this revision.
arsenm added a comment.
r276680
================
Comment at: lib/Target/AMDGPU/SILowerControlFlow.cpp:78
@@ -74,2 +77,3 @@
const SIInstrInfo *TII;
+ unsigned SkipThreshold;
----------------
nhaehnle wrote:
> You can put the initializer here instead of in the constructor.
The rest don't do this, and it's probably better to move them all at once if people decide this is better
https://reviews.llvm.org/D22594
More information about the llvm-commits
mailing list