[llvm] [SLP]Improved reduction cost/codegen (PR #118293)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 05:47:33 PST 2025


alexey-bataev wrote:

> This change miscompiles one file in ffmpeg, for x86 and x86_64.
> 
> To reproduce, clone https://github.com/ffmpeg/ffmpeg, compile and run tests like this:
> 
> ```
> $ git clone https://github.com/ffmpeg/ffmpeg
> $ mkdir ffmpeg-build
> $ cd ffmpeg-build
> $ ../ffmpeg/configure --cc=clang --samples=$(pwd)/../ffmpeg-samples
> $ make fate-rsync
> $ make -j$(nproc) fate-msnsiren
> ```
> 
> The miscompiled object file is `libavcodec/siren.o`.

Fixed

https://github.com/llvm/llvm-project/pull/118293


More information about the llvm-commits mailing list