Skip to content

amd/llvm: fuse mul+add -> FMA and reassociate FP expressions in LLVM

Marek Olšák requested to merge mareko/mesa:llvm-flags into master

Only radeonsi is affected.

The first commit is a fix for a change in LLVM.

Merge request reports