Skip to content

nir: remove fnot/fxor/fand/for opcodes

Jonathan Marek requested to merge flto/mesa:nir-no-float-logic into master

There doesn't seem to be any reason to keep these opcodes around:

  • fnot/fxor are not used at all.
  • fand/for are only used in lower_alu_to_scalar, but easily replaced

Merge request reports