Skip to content

zink: use lower_scmp instead of open-coding

Erik Faye-Lund requested to merge kusma/mesa:zink-lower_scmp into master

We already have the proper lowering in NIR for this, so there's no point in doing our own implementations of these. The end result is the same code anyway.

Merge request reports