[libc-commits] [clang] [libc] [llvm] [NVPTX] Implement variadic functions using IR lowering (PR #96015)

Jon Chesterfield via libc-commits libc-commits at lists.llvm.org
Wed Jun 19 07:29:52 PDT 2024


================
@@ -17,6 +17,8 @@
 #define MODULE_PASS(NAME, CREATE_PASS)
 #endif
 MODULE_PASS("generic-to-nvvm", GenericToNVVMPass())
+MODULE_PASS("expand-variadics",
----------------
JonChesterfield wrote:

This shouldn't be necessary, I think. I don't recall whether I removed it from the amdgpu one before commit.

https://github.com/llvm/llvm-project/pull/96015


More information about the libc-commits mailing list