[all-commits] [llvm/llvm-project] 9bb712: [RISCV][GlobalISel] Lower calls to variadic functi...
Nitin John Raj via All-commits
all-commits at lists.llvm.org
Tue Oct 10 11:19:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bb71226e2c9cb2dd3122511b12cc46b949488ad
https://github.com/llvm/llvm-project/commit/9bb71226e2c9cb2dd3122511b12cc46b949488ad
Author: Nitin John Raj <105745460+nitinjohnraj at users.noreply.github.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
A llvm/test/CodeGen/RISCV/GlobalISel/call-lowering/variadic-call.ll
Log Message:
-----------
[RISCV][GlobalISel] Lower calls to variadic functions (#68271)
Calls to variadic functions do not seem to require any special handling.
More information about the All-commits
mailing list