Skip to content

Commit 1894af3

Browse files
authored
Update LLVM to llvm/llvm-project@3f136f7 (#19479) Carrying the following reverts - llvm/llvm-project#116470 - llvm/llvm-project#117424 - llvm/llvm-project#119671 - llvm/llvm-project#119970 First two are carry over from previous-previous integrate. It is being fixed in #19451 . The last one is a from the previous integrate. The last one is a new error being tracked in #19498 --------- Signed-off-by: Stanley Winata <[email protected]>
1 parent 362b554 commit 1894af3

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

compiler/src/iree/compiler/Codegen/Common/GPU/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ iree_compiler_cc_library(
125125
"@llvm-project//mlir:GPUDialect",
126126
"@llvm-project//mlir:GPUTransformOps",
127127
"@llvm-project//mlir:GPUTransforms",
128+
"@llvm-project//mlir:GPUUtils",
128129
"@llvm-project//mlir:IR",
129130
"@llvm-project//mlir:LLVMCommonConversion",
130131
"@llvm-project//mlir:LinalgDialect",

compiler/src/iree/compiler/Codegen/Common/GPU/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ iree_cc_library(
103103
MLIRGPUDialect
104104
MLIRGPUTransformOps
105105
MLIRGPUTransforms
106+
MLIRGPUUtils
106107
MLIRIR
107108
MLIRLLVMCommonConversion
108109
MLIRLinalgDialect

compiler/src/iree/compiler/Codegen/Common/GPU/GPUNestedLayoutDistributionPatterns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "mlir/Dialect/Affine/IR/AffineOps.h"
1818
#include "mlir/Dialect/Affine/Utils.h"
1919
#include "mlir/Dialect/Arith/IR/Arith.h"
20-
#include "mlir/Dialect/GPU/Transforms/Utils.h"
20+
#include "mlir/Dialect/GPU/Utils/GPUUtils.h"
2121
#include "mlir/Dialect/Utils/IndexingUtils.h"
2222
#include "mlir/Dialect/Vector/IR/VectorOps.h"
2323
#include "mlir/IR/AffineExpr.h"

third_party/llvm-project

Submodule llvm-project updated 3423 files

0 commit comments

Comments
 (0)