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 a9377e4 commit 4917b9cCopy full SHA for 4917b9c
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
@@ -29,11 +29,11 @@ enum { MAX_LANES = 64 };
29
30
using namespace llvm;
31
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));
+cl::opt<bool> MFMAVGPRForm(
+ "amdgpu-mfma-vgpr-form", cl::Hidden,
+ cl::desc("Whether to force use VGPR for Opc and Dest of MFMA. If "
+ "unspecified, default to compiler heuristics"),
+ cl::init(false));
37
38
const GCNTargetMachine &getTM(const GCNSubtarget *STI) {
39
const SITargetLowering *TLI = STI->getTargetLowering();
0 commit comments