Files
clang-p2996/mlir/test/Conversion/FuncToLLVM/convert-data-layout.mlir
Christian Ulmann 6cc1c2c6f3 [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.
2023-11-02 21:25:05 +01:00

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 {}