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 d36f72b commit 6265357Copy full SHA for 6265357
llvm/lib/Target/AMDGPU/SIDefines.h
@@ -1136,8 +1136,6 @@ enum Register_Flag : uint8_t {
1136
#define G_00B848_FWD_PROGRESS(x) (((x) >> 31) & 0x1)
1137
#define C_00B848_FWD_PROGRESS 0x7FFFFFFF
1138
1139
-// clang-format on
1140
-
1141
// Helpers for setting FLOAT_MODE
1142
#define FP_ROUND_ROUND_TO_NEAREST 0
1143
#define FP_ROUND_ROUND_TO_INF 1
@@ -1179,6 +1177,9 @@ enum Register_Flag : uint8_t {
1179
1177
1180
1178
#define R_SPILLED_SGPRS 0x4
1181
#define R_SPILLED_VGPRS 0x8
+
+// clang-format on
1182
1183
} // End namespace llvm
1184
1185
#endif
0 commit comments