[mlir][vector] Escape variable usage in test
Otherwise the shell might expand this in the command line.
This commit is contained in:
parent
1251687448
commit
4d228e1ebd
@ -1,5 +1,5 @@
|
|||||||
// RUN: mlir-opt %s -convert-vector-to-llvm -split-input-file | FileCheck -D$IDX_TYPE=i32 %s
|
// RUN: mlir-opt %s -convert-vector-to-llvm -split-input-file | FileCheck '-D$IDX_TYPE=i32' %s
|
||||||
// RUN: mlir-opt %s --convert-vector-to-llvm='force-32bit-vector-indices=0' | FileCheck -D$IDX_TYPE=i64 %s
|
// RUN: mlir-opt %s --convert-vector-to-llvm='force-32bit-vector-indices=0' | FileCheck '-D$IDX_TYPE=i64' %s
|
||||||
|
|
||||||
func.func @transfer_read_write_1d(%A : memref<?xf32>, %base: index) -> vector<17xf32> {
|
func.func @transfer_read_write_1d(%A : memref<?xf32>, %base: index) -> vector<17xf32> {
|
||||||
%f7 = arith.constant 7.0: f32
|
%f7 = arith.constant 7.0: f32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user