diff --git a/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/pipeline_vector_distribute_gfx942.mlir b/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/pipeline_vector_distribute_gfx942.mlir index e39cc929f565..502f9f873c77 100644 --- a/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/pipeline_vector_distribute_gfx942.mlir +++ b/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/pipeline_vector_distribute_gfx942.mlir @@ -630,11 +630,9 @@ hal.executable public @pad_batch_matmul { // CHECK-SAME: memref<196x16x24xf32 // CHECK-SAME: vector<1x1x1xf32> // RHS -// The dynamic dimension should be removed after: -// https://github.com/llvm/llvm-project/pull/112236 // CHECK: vector.transfer_read -// CHECK-SAME: in_bounds = [true, false, false] -// CHECK-SAME: memref<1x?x24xf32 +// CHECK-SAME: in_bounds = [true, true, false] +// CHECK-SAME: memref<1x8x24xf32 // CHECK-SAME: vector<1x1x2xf32> // CHECK: scf.yield // OUTPUT diff --git a/compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_im2col.mlir b/compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_im2col.mlir index 2f315cd42350..62f868d06154 100644 --- a/compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_im2col.mlir +++ b/compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_im2col.mlir @@ -265,7 +265,7 @@ module { // CHECK: %[[T2:.+]] = tensor.pad %[[T1]] // CHECK-NEXT: ^bb0 // CHECK-NEXT: tensor.yield -// CHECK-NEXT: } : tensor<1x?x?x?xf32> to tensor<1x1x1x1xf32> +// CHECK-NEXT: } : tensor<1x1x?x?xf32> to tensor<1x1x1x1xf32> // ----- diff --git a/third_party/llvm-project b/third_party/llvm-project index 2318db844b38..96f28e044f1f 160000 --- a/third_party/llvm-project +++ b/third_party/llvm-project @@ -1 +1 @@ -Subproject commit 2318db844b38a412eb5a499d4b8983381dd42fa2 +Subproject commit 96f28e044f1faa36f116d7b29161a82dd9f729db