Skip to content

nir/algebraic: Optimize integer cast-of-cast

Faith Ekstrand requested to merge gfxstrand/mesa:review/nir-opt-convert into master

These have been popping up more and more with the OpenCL work and other bits causing extra conversions to/from 64-bit.

Merge request reports