Skip to content

microsoft/clc: Move lower_alu to optimization loop

Jesse Natalie requested to merge jenatali/mesa:mul-high-loop into msclc-d3d12

The int64 lowering can introduce mul_high instructions which need to be lowered away by lower_alu.

This fixes a regression from 0ad192ba.

/cc @bbrezillon

Merge request reports