You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang insufficiently optimizes variadic functions for some target architectures. I only tested the target architectures aarch64 and riscv64, so I'm unsure about other target architectures.
Clang insufficiently optimizes variadic functions for some target architectures. I only tested the target architectures aarch64 and riscv64, so I'm unsure about other target architectures.
Below is a minimal test case:
Host system: Arch Linux, x86_64.
Clang version: official Arch Linux package of clang, version 18.1.8-4.
Command line to reproduce results: clang -c test.c -O<opt-level>.
aarch64 assembly with -O2, -O3, -Os, or -Oz is along the lines of this:
riscv64 assembly with -O2, -O3, -Os, or -Oz is along the lines of this:
The text was updated successfully, but these errors were encountered: