Skip to content

Commit 6cc1c2c

Browse files
authored
[MLIR][LLVM] Remove last remants of use-opaque-pointers from tests (#71076)
This commit removes the last remnants of `use-opaque-pointers` from the mlir tests. Two of the tests seem to be disabled, while the CUDA one is an integration test that didn't trigger a buildbot failure.
1 parent fd95f39 commit 6cc1c2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mlir/test/Conversion/FuncToLLVM/convert-data-layout.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: mlir-opt -set-llvm-module-datalayout -convert-func-to-llvm %s | FileCheck %s
22

3-
// RUN-32: mlir-opt -set-llvm-module-datalayout='data-layout=p:32:32:32' -convert-func-to-llvm='use-opaque-pointers=1' %s \
3+
// RUN-32: mlir-opt -set-llvm-module-datalayout='data-layout=p:32:32:32' -convert-func-to-llvm %s \
44
// RUN-32: | FileCheck %s
55

66
// CHECK: module attributes {llvm.data_layout = ""}

mlir/test/Dialect/Linalg/roundtrip.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// TODO: Re-enable LLVM lowering test.
55
//
66
// Test that we can lower all the way to LLVM without crashing, don't check results here.
7-
// DISABLED: mlir-opt %s -='use-opaque-pointers=1' -o=/dev/null 2>&1
7+
// DISABLED: mlir-opt %s -o=/dev/null 2>&1
88

99
func.func @views(%arg0: index) {
1010
%c0 = arith.constant 0 : index

mlir/test/Integration/GPU/CUDA/sm90/tma_load_64x8_8x128_noswizzle.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// RUN: -convert-vector-to-llvm \
2323
// RUN: -convert-index-to-llvm=index-bitwidth=32 \
2424
// RUN: -convert-arith-to-llvm \
25-
// RUN: -finalize-memref-to-llvm='use-opaque-pointers=1' \
25+
// RUN: -finalize-memref-to-llvm \
2626
// RUN: -convert-func-to-llvm \
2727
// RUN: -expand-strided-metadata --nvvm-attach-target="module=main_kernel features=+ptx80 chip=sm_90 O=3" \
2828
// RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm,convert-index-to-llvm{index-bitwidth=32},canonicalize,cse))' \

0 commit comments

Comments
 (0)