[RISCV][NFC] Add '+mattr=+experimental-v' to RVV test

This commit is contained in:
Fraser Cormack 2021-06-02 11:39:53 +01:00
parent e971099a9b
commit 1cea1189c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -verify-machineinstrs -mtriple riscv64 -run-pass=postrapseudos %s -o - | FileCheck %s
# RUN: llc -mtriple riscv64 -mattr=+experimental-v -verify-machineinstrs -run-pass=postrapseudos %s -o - | FileCheck %s
...
---