We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae36c commit 4cd368eCopy full SHA for 4cd368e
llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
@@ -47,10 +47,10 @@ static cl::opt<bool> WidenLoads(
47
cl::init(false));
48
49
static cl::opt<bool> Widen16BitOps(
50
- "amdgpu-codegenprepare-widen-16-bit-ops",
51
- cl::desc("Widen uniform 16-bit instructions to 32-bit in AMDGPUCodeGenPrepare"),
52
- cl::ReallyHidden,
53
- cl::init(false));
+ "amdgpu-codegenprepare-widen-16-bit-ops",
+ cl::desc(
+ "Widen uniform 16-bit instructions to 32-bit in AMDGPUCodeGenPrepare"),
+ cl::ReallyHidden, cl::init(false));
54
55
static cl::opt<bool>
56
BreakLargePHIs("amdgpu-codegenprepare-break-large-phis",
0 commit comments