aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_frexp.c
Commit message (Collapse)AuthorAgeFilesLines
* spirv,nir: lower frexp_exp/frexp_sig inside a new NIR passSamuel Pitoiset2019-03-221-0/+208
This lowering isn't needed for RADV because AMDGCN has two instructions. It will be disabled for RADV in an upcoming series. While we are at it, factorize a little bit. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>