aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2022-02-28 14:25:39 -0800
committerRiver Riddle <riddleriver@gmail.com>2022-03-01 12:10:04 -0800
commit1f971e23f089c640d5a7df1e78572fe4d8bb1d0b (patch)
treeb15950a37c29d2d8dba981e5976e90e1d9cafe9b /mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
parent23aa5a744666b281af807b1f598f517bf0d597cb (diff)
downloadllvm-1f971e23f089c640d5a7df1e78572fe4d8bb1d0b.zip
llvm-1f971e23f089c640d5a7df1e78572fe4d8bb1d0b.tar.gz
llvm-1f971e23f089c640d5a7df1e78572fe4d8bb1d0b.tar.bz2
[mlir] Trim a huge number of unnecessary dependencies on the Func dialect
The Func has a large number of legacy dependencies carried over from the old Standard dialect, which was pervasive and contained a large number of varied operations. With the split of the standard dialect and its demise, a lot of lingering dead dependencies have survived to the Func dialect. This commit removes a large majority of then, greatly reducing the dependence surface area of the Func dialect.
Diffstat (limited to 'mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp')
-rw-r--r--mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp b/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
index f0577a7..e1af270 100644
--- a/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
+++ b/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "GPUOpsLowering.h"
-#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/IR/Builders.h"
#include "llvm/Support/FormatVariadic.h"