[llvm] c87eb63 - [RISCV] Move test to RVV directory. NFC

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 00:40:03 PST 2023


Author: Luke Lau
Date: 2023-12-12T17:31:59+09:00
New Revision: c87eb63abfdb9142f90f4498b545a947d2824aef

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

LOG: [RISCV] Move test to RVV directory. NFC

Just a nit, moving the test so that it gets picked up by
check-codegen-riscv-rvv since it contains vector code

Added: 
    llvm/test/CodeGen/RISCV/rvv/65704-illegal-instruction.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/RISCV/65704-illegal-instruction.ll


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/65704-illegal-instruction.ll b/llvm/test/CodeGen/RISCV/rvv/65704-illegal-instruction.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/65704-illegal-instruction.ll
rename to llvm/test/CodeGen/RISCV/rvv/65704-illegal-instruction.ll


        


More information about the llvm-commits mailing list