[llvm] 0ae4622 - [RISCV][GISel] Move variadic-call.ll from call-lowering directory to irtranslator. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 19:08:32 PDT 2023


Author: Craig Topper
Date: 2023-10-15T18:16:38-07:00
New Revision: 0ae4622126a2ea66de8f40b9366d486725529a82

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

LOG: [RISCV][GISel] Move variadic-call.ll from call-lowering directory to irtranslator. NFC

Keeps it consistent with the other call tests.

Added: 
    llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/variadic-call.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/RISCV/GlobalISel/call-lowering/variadic-call.ll


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/GlobalISel/call-lowering/variadic-call.ll b/llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/variadic-call.ll
similarity index 100%
rename from llvm/test/CodeGen/RISCV/GlobalISel/call-lowering/variadic-call.ll
rename to llvm/test/CodeGen/RISCV/GlobalISel/irtranslator/variadic-call.ll


        


More information about the llvm-commits mailing list