Skip to content

intel/compiler: Very small shift optimizations

Ian Romanick requested to merge idr/mesa:review/shift-right-right into main

The two "meaty" commits here, intel/compiler: Relax some conditions in try_copy_propagate and intel/compiler: Force count parameter of shift to be signed, came out of some work I was doing for !7698 (merged). I decided to split them into a separate MR rather than mash them into that MR.

Merge request reports