From 1cea1189c200fcee00be4262bf6915998531989e Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Wed, 2 Jun 2021 11:39:53 +0100 Subject: [PATCH] [RISCV][NFC] Add '+mattr=+experimental-v' to RVV test --- llvm/test/CodeGen/RISCV/rvv/zvlsseg-copy.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/RISCV/rvv/zvlsseg-copy.mir b/llvm/test/CodeGen/RISCV/rvv/zvlsseg-copy.mir index 28e795fae4df..234a54ba7496 100644 --- a/llvm/test/CodeGen/RISCV/rvv/zvlsseg-copy.mir +++ b/llvm/test/CodeGen/RISCV/rvv/zvlsseg-copy.mir @@ -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 ... ---