The run-pass/issue-36856.rs fails on beta for mips{el}-linux-gnu #51413
Labels
O-MIPS
Target: MIPS processors
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The test starts failing after revert in #50137. This issue is still present in FastISel which incorrectly sign extends i1 constants to I32 when selecting binary ops link. I was able to trigger the issue reliably on mips32 https://godbolt.org/g/b3LBWo while other platforms seem to not use the FastISel consistently. For example for arm it needs to be forced https://godbolt.org/g/yWmPMu. Is it ok to revert the mentioned pull until the proper fix gets landed to LLVM repo @nox ?
The text was updated successfully, but these errors were encountered: