Skip to content

gallivm: add InstSimplify pass

Roland Scheidegger requested to merge sroland/mesa:gallivm_instsimplify into master

This is the recommended replacement for the removed ConstantPropagation pass, and llvm now added c binding for it.

Merge request reports