File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ limitations under the License.
19
19
#include < vector>
20
20
21
21
#include " llvm/include/llvm/ADT/StringRef.h"
22
- #include " llvm/include/llvm/Support/Debug.h"
23
22
#include " mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h"
24
23
#include " mlir/include/mlir/Conversion/LLVMCommon/TypeConverter.h"
25
24
#include " mlir/include/mlir/Dialect/GPU/IR/GPUDialect.h"
@@ -45,7 +44,6 @@ class ConvertGpuToLLVMPass
45
44
static constexpr llvm::StringLiteral kPassName = " ConvertGpuToLLVMPass" ;
46
45
47
46
void runOnOperation () override {
48
- llvm::DebugFlag = true ;
49
47
mlir::MLIRContext *ctx = &getContext ();
50
48
mlir::RewritePatternSet patterns (ctx);
51
49
mlir::LLVMTypeConverter converter (ctx);
@@ -65,7 +63,6 @@ class ConvertGpuToLLVMPass
65
63
.failed ()) {
66
64
signalPassFailure ();
67
65
}
68
- llvm::DebugFlag = false ;
69
66
}
70
67
};
71
68
You can’t perform that action at this time.
0 commit comments