Skip to content

Commit 4917b9c

Browse files
committed
Formatting
Change-Id: I0740caff1b1453902edd3f1037852c38d37d7117
1 parent a9377e4 commit 4917b9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ enum { MAX_LANES = 64 };
2929

3030
using namespace llvm;
3131

32-
cl::opt<bool>
33-
MFMAVGPRForm("amdgpu-mfma-vgpr-form", cl::Hidden,
34-
cl::desc("Whether to force use VGPR for Opc and Dest of MFMA. If "
35-
"unspecified, default to compiler heuristics"),
36-
cl::init(false));
32+
cl::opt<bool> MFMAVGPRForm(
33+
"amdgpu-mfma-vgpr-form", cl::Hidden,
34+
cl::desc("Whether to force use VGPR for Opc and Dest of MFMA. If "
35+
"unspecified, default to compiler heuristics"),
36+
cl::init(false));
3737

3838
const GCNTargetMachine &getTM(const GCNSubtarget *STI) {
3939
const SITargetLowering *TLI = STI->getTargetLowering();

0 commit comments

Comments
 (0)