[llvm] 5ddbd1f - [RISCV] Remove redundancy -mattr=+d in test file

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 23:21:31 PST 2021


Author: luxufan
Date: 2021-03-13T15:17:51+08:00
New Revision: 5ddbd1fdbb08b63a0e4b4468b374780cd36286ee

URL: https://github.com/llvm/llvm-project/commit/5ddbd1fdbb08b63a0e4b4468b374780cd36286ee
DIFF: https://github.com/llvm/llvm-project/commit/5ddbd1fdbb08b63a0e4b4468b374780cd36286ee.diff

LOG: [RISCV] Remove redundancy -mattr=+d in test file

Differential Revision: https://reviews.llvm.org/D97177

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/rvv/rv32-spill-vector-csr.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rvv/rv32-spill-vector-csr.ll b/llvm/test/CodeGen/RISCV/rvv/rv32-spill-vector-csr.ll
index 35888187c2ee..378d77a47ed3 100644
--- a/llvm/test/CodeGen/RISCV/rvv/rv32-spill-vector-csr.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/rv32-spill-vector-csr.ll
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=riscv32 -mattr=+experimental-v,+d -mattr=+d -O0 < %s \
+; RUN: llc -mtriple=riscv32 -mattr=+experimental-v,+d -O0 < %s \
 ; RUN:    | FileCheck --check-prefix=SPILL-O0 %s
-; RUN: llc -mtriple=riscv32 -mattr=+experimental-v,+d -mattr=+d -O2 < %s \
+; RUN: llc -mtriple=riscv32 -mattr=+experimental-v,+d -O2 < %s \
 ; RUN:    | FileCheck --check-prefix=SPILL-O2 %s
 
 @.str = private unnamed_addr constant [6 x i8] c"hello\00", align 1


        


More information about the llvm-commits mailing list