Skip to content

Commit 9a14008

Browse files
committed
add -mattr=+v to G_AND test cases
1 parent ffec060 commit 9a14008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rvv/legalize-and.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2-
# RUN: llc -mtriple=riscv32 -run-pass=legalizer %s -o - | FileCheck %s
3-
# RUN: llc -mtriple=riscv64 -run-pass=legalizer %s -o - | FileCheck %s
2+
# RUN: llc -mtriple=riscv32 -mattr=+v -run-pass=legalizer %s -o - | FileCheck %s
3+
# RUN: llc -mtriple=riscv64 -mattr=+v -run-pass=legalizer %s -o - | FileCheck %s
44
---
55
name: test_nxv1s8
66
body: |

0 commit comments

Comments
 (0)