Skip to content

Revert "nir: replace lower_ffma and fuse_ffma with has_ffma"

Kenneth Graunke requested to merge kwg/mesa:revert-ffma-flag into master

This reverts commit 939ddf3f.

Intel has a separate pass for fusing FFMAs selectively. We split these flags in commit 1b72c31e and the reasoning still stands. The patch being reverted was just a cleanup, so there should be no issue with reverting it.

+@mareko +@idr +@mattst88

Merge request reports