summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_int_to_float.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-05-31nir: remove bool lowering from lower_int_to_floatJonathan Marek1-71/+42
2019-05-31nir: fix lower_{int,bool}_to_float for new mov opcodeJonathan Marek1-0/+1
2019-05-29nir: silence three compiler warnings seen with MinGWBrian Paul1-1/+1
2019-05-24nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand1-5/+4
2019-05-07nir: add int_to_float lowering passVasily Khoruzhick1-0/+212