LLVM 20 produces different assembly for rust/tests/assembly/riscv-soft-abi-with-float-features.rs #132139
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-riscv
Target: RISC-V architecture
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
After #131807, we're seeing some test failures in our experimental rust + LLVM-at-HEAD build bot:
It seems that here the new assembly is just
lw a0, 0(a0)
; not sure if that's OK.rust/tests/assembly/riscv-soft-abi-with-float-features.rs
Line 34 in 97ae1df
The text was updated successfully, but these errors were encountered: