Skip to content

Commit f11169f

Browse files
author
Lily Orth-Smith
committed
Check data layout one more time
1 parent e0addfc commit f11169f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Conversion/VectorToLLVM/use-vector-alignment.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s --convert-vector-to-llvm='use-vector-alignment=0' --split-input-file | FileCheck %s --check-prefix=MEMREF-ALIGN
1+
// RUN: mlir-opt %s -set-llvm-module-datalayout='data-layout=f32:64:64' --convert-vector-to-llvm='use-vector-alignment=0' --split-input-file | FileCheck %s --check-prefix=MEMREF-ALIGN
22
// RUN: mlir-opt %s --convert-vector-to-llvm='use-vector-alignment=1' --split-input-file | FileCheck %s --check-prefix=VEC-ALIGN
33

44

0 commit comments

Comments
 (0)