unplugged-vendor/external/llvm-project/mlir/test/Conversion/StandardToLLVM/convert-data-layout.mlir

7 lines
267 B
MLIR

// RUN: mlir-opt -convert-std-to-llvm %s | FileCheck %s
// RUN-32: mlir-opt -convert-std-to-llvm='data-layout=p:32:32:32' %s | FileCheck %s
// CHECK: module attributes {llvm.data_layout = ""}
// CHECK-32: module attributes {llvm.data_layout ="p:32:32:32"}
module {}