aarch64-pointer-auth test failing on LLVM 19 #127829
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-AArch64
Armv8-A or later processors in AArch64 mode
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Our CI has noticed that llvm/llvm-project@e15d67c broke
tests/assembly/aarch64-pointer-auth.rs
:The only diff in the .s file is this:
So somehow something is causing the
hint
instructions to get dropped, which is the only thing the test actually looks for. I'm short on time today, but at least wanted to report this semi-promptly. I may look more soon.The text was updated successfully, but these errors were encountered: