glandium wrote: Here's a reproducer ``` long n, x; void foo() { x = __builtin_powl(10, n); } ``` Build with `clang -O1 -o libfoo.dylib -shared foo.c --target=aarch64-apple-darwin -isysroot /path/to/MacOSX.sdk/` https://github.com/llvm/llvm-project/pull/92287