Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f40044

Browse filesBrowse files
committed
clang-format
1 parent 552ae3b commit 4f40044
Copy full SHA for 4f40044

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp

Copy file name to clipboardExpand all lines: llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ static cl::opt<bool> WidenLoads(
4747
cl::init(false));
4848

4949
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));
50+
"amdgpu-codegenprepare-widen-16-bit-ops",
51+
cl::desc(
52+
"Widen uniform 16-bit instructions to 32-bit in AMDGPUCodeGenPrepare"),
53+
cl::ReallyHidden, cl::init(false));
5454

5555
static cl::opt<bool>
5656
BreakLargePHIs("amdgpu-codegenprepare-break-large-phis",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.