[llvm] [Hexagon] Bugfix in VarArg lowering: Special case for musl (PR #157564)
Benedikt Lukas Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 17 05:47:01 PDT 2025
================
@@ -0,0 +1,15 @@
+; RUN: llc -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s -check-prefix=MUSL
+; RUN: llc -mtriple=hexagon-unknown-none-elf < %s | FileCheck %s -check-prefix=NONMUSL
----------------
benedikt-l-huber wrote:
I have looked into the vararg tests and did not immediately find
one that could be readily adapted. The best candidate would be
varargs-memv.ll. However this one also checks for something else.
On the other hand, there may be some value in having a simple
dedicated test like vararg-musl.ll.
If anybody can point me to a suitable test, I can make the adaption,
otherwise I would suggest to just keep vararg-musl.ll as it is.
https://github.com/llvm/llvm-project/pull/157564
More information about the llvm-commits
mailing list