convert-data-layout.mlir 267 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // 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 {}