[PATCH] D135541: [TargetLowering][RISCV][X86] Support even divisors in expandDIVREMByConstant.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 07:32:31 PDT 2022
mstorsjo added a comment.
Thanks for the revert!
I didn’t have time to narrow it down further yet, but it can be reproduced with these steps:
git clone git://source.ffmpeg.org/ffmpeg
cd ffmpeg
./configure --cc=“clang -target …” --samples=$(pwd)/../samples
make -j$(nproc)
make fate-rsync
make fate-sub-lrc-remux
I don’t know yet which object files contain the breakage here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135541/new/
https://reviews.llvm.org/D135541
More information about the llvm-commits
mailing list