[MIPS] AtomicI8
and AtomicI16
doctests for fn fetch_min()
and fn fetch_max()
began failing in nightly-2024-04-08
#123772
Labels
A-atomic
Area: Atomics, barriers, and sync primitives
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-MIPS
Target: MIPS processors
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hello,
nightly-2024-04-08
regressed on the following tests on MIPS:I have bisected this to #123555 in the Rust repo and to llvm/llvm-project@fbb27d1 in the LLVM repo.
How to reproduce
main.rs
with the following contents (which is a simplified snippet of the failing doctests mentioned above):Expected
The program completes successfully.
Actual
The program fails like this:
Bisection
With
src/llvm-project
pointing to llvm/llvm-project@fbb27d1 the test also fails, but when pointingsrc/llvm-project
to the parent commit (llvm/llvm-project@e74c167) the test passes.So we can conclude that this regression was introduced by llvm/llvm-project@fbb27d1, which originates from llvm/llvm-project#77072.
Edit: See llvm/llvm-project#77072 for more discussion around this.
@rustbot label +O-MIPS +A-atomic +T-compiler +C-bug
The text was updated successfully, but these errors were encountered: