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 c195da3 commit a35263dCopy full SHA for a35263d
lib/gc/Dialect/LLVMIR/IR/XeVMDialect.cpp
@@ -18,6 +18,7 @@ using namespace xevm;
18
#include "gc/Dialect/LLVMIR/XeVMOpsDialect.cpp.inc"
19
20
void XeVMDialect::initialize() {
21
+ // NOLINTBEGIN
22
addOperations<
23
#define GET_OP_LIST
24
#include "gc/Dialect/LLVMIR/XeVMOps.cpp.inc"
@@ -27,6 +28,7 @@ void XeVMDialect::initialize() {
27
28
#define GET_ATTRDEF_LIST
29
#include "gc/Dialect/LLVMIR/XeVMOpsAttributes.cpp.inc"
30
>();
31
+ // NOLINTEND
32
}
33
34
#define GET_OP_CLASSES
0 commit comments