[llvm] 00d36f6 - [RISCV] Move some vector test into the rvv test directory. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 16:36:28 PDT 2022


Author: Craig Topper
Date: 2022-09-12T16:36:14-07:00
New Revision: 00d36f61ad3c818648a515718a39f574d18795e5

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

LOG: [RISCV] Move some vector test into the rvv test directory. NFC

Added: 
    llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vadd-vp-mask.ll
    llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vmul-vp-mask.ll
    llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vsub-vp-mask.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/RISCV/fixed-vectors-vadd-vp-mask.ll
    llvm/test/CodeGen/RISCV/fixed-vectors-vmul-vp-mask.ll
    llvm/test/CodeGen/RISCV/fixed-vectors-vsub-vp-mask.ll


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/fixed-vectors-vadd-vp-mask.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vadd-vp-mask.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/fixed-vectors-vadd-vp-mask.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vadd-vp-mask.ll

diff  --git a/llvm/test/CodeGen/RISCV/fixed-vectors-vmul-vp-mask.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vmul-vp-mask.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/fixed-vectors-vmul-vp-mask.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vmul-vp-mask.ll

diff  --git a/llvm/test/CodeGen/RISCV/fixed-vectors-vsub-vp-mask.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vsub-vp-mask.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/fixed-vectors-vsub-vp-mask.ll
rename to llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vsub-vp-mask.ll


        


More information about the llvm-commits mailing list