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.
9 lines
339 B
MLIR
9 lines
339 B
MLIR
// RUN: mlir-opt -set-llvm-module-datalayout -convert-func-to-llvm %s | FileCheck %s
|
|
|
|
// RUN-32: mlir-opt -set-llvm-module-datalayout='data-layout=p:32:32:32' -convert-func-to-llvm %s \
|
|
// RUN-32: | FileCheck %s
|
|
|
|
// CHECK: module attributes {llvm.data_layout = ""}
|
|
// CHECK-32: module attributes {llvm.data_layout ="p:32:32:32"}
|
|
module {}
|