Description
Split out from the discussion here: #122458 (comment)
On RISC-V with -march=rva22u64_v -O3 -flto -mllvm -force-tail-folding-style=data-with-evl -mllvm -prefer-predicate-over-epilogue=predicate-else-scalar-epilogue
, the SPEC CPU 2017 525.x264_r benchmark fails in the train dataset, likely due to a miscompile.
It's been failing since at least 6ad0dcf, detected from this LNT run: https://lnt.lukelau.me/db_default/v4/nts/89
Activity
llvmbot commentedon Jan 13, 2025
@llvm/issue-subscribers-backend-risc-v
Author: Luke Lau (lukel97)
On RISC-V with
-march=rva22u64_v -O3 -flto -mllvm -force-tail-folding-style=data-with-evl -mllvm -prefer-predicate-over-epilogue=predicate-else-scalar-epilogue
, the SPEC CPU 2017 525.x264_r benchmark fails in the train dataset, likely due to a miscompile.It's been failing since at least 6ad0dcf, detected from this LNT run: https://lnt.lukelau.me/db_default/v4/nts/89
fhahn commentedon Jan 13, 2025
cc @Mel-Chen @LiqinWeng @alexey-bataev @ElvisWang123
[VPlan] Fix mutating whilst iterating over users in EVL transform (#1…