Skip to content

nir/lower_idiv: add new llvm-based path

Rhys Perry requested to merge pendingchaos/mesa:nir_lower_idiv into master

This ports over the AMDGPU LLVM backend's lowering of division, modulo and remainer operations as a new path in nir_lower_idiv(). This new path is used by ACO.

Edited by Rhys Perry

Merge request reports