[llvm] a7d34c8 - [RISCV] Rename vmulh-sdnode-rv32.ll and add rv64 command line. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 24 18:43:58 PDT 2021


Author: Craig Topper
Date: 2021-10-24T18:41:36-07:00
New Revision: a7d34c80ed1d8634bef61e6ac756e0265c42fe67

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

LOG: [RISCV] Rename vmulh-sdnode-rv32.ll and add rv64 command line. NFC

Added: 
    llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode-rv32.ll


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode-rv32.ll b/llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode.ll
similarity index 86%
rename from llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode-rv32.ll
rename to llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode.ll
index 178926a05463b..340694828c416 100644
--- a/llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode-rv32.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/vmulh-sdnode.ll
@@ -1,5 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=riscv32 -mattr=+experimental-v -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -mtriple=riscv32 -mattr=+experimental-v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK
+; RUN: llc -mtriple=riscv64 -mattr=+experimental-v -verify-machineinstrs < %s | FileCheck %s --check-prefixes=CHECK
 
 ; Test that the prepareSREMEqFold optimization doesn't crash on scalable
 ; vector types.


        


More information about the llvm-commits mailing list