[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / Conversion / StandardToLLVM / convert-data-layout.mlir
blob5086de2f5d05cead2268664497b14ce3e8ed4333
1 // RUN: mlir-opt -convert-std-to-llvm %s | FileCheck %s
2 // RUN-32: mlir-opt -convert-std-to-llvm='data-layout=p:32:32:32' %s | FileCheck %s
4 // CHECK: module attributes {llvm.data_layout = ""}
5 // CHECK-32: module attributes {llvm.data_layout ="p:32:32:32"}
6 module {}