[llvm] f05dd29 - [RISCV] Regenerate autogen test to remove spurious diff

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 11:01:30 PST 2024


Author: Philip Reames
Date: 2024-01-23T10:57:54-08:00
New Revision: f05dd29ceea29080d18ec31414a7ae2edf86c39d

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

LOG: [RISCV] Regenerate autogen test to remove spurious diff

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll
index 4852850f234ba6..924094c00fe7b1 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll
@@ -1394,6 +1394,3 @@ define <2 x double> @vid_step2_v2f64() {
 ; CHECK-NEXT:    ret
   ret <2 x double> <double 0.0, double 2.0>
 }
-;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
-; RV32: {{.*}}
-; RV64: {{.*}}


        


More information about the llvm-commits mailing list