You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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 {}
|