Skip to content
  • Erico Nunes's avatar
    nir/algebraic: rename lower_bitshift to lower_bitops · b3676a65
    Erico Nunes authored
    
    
    Optimizations that insert bitshift or bitwise operations should not be
    applied on GPUs that don't support integer operations.
    The .lower_bitshift could be used to control the bitshift related ones,
    but there was also one bitwise optimization uncovered.
    Since only lima and freedreno use this option and the use case is that
    no bit operations are wanted, let's rename it to .lower_bitops and use
    it to control all bitops related optimizations.
    
    Signed-off-by: default avatarErico Nunes <nunes.erico@gmail.com>
    Reviewed-by: default avatarJonathan Marek <jonathan@marek.ca>
    b3676a65