Skip to content

st/mesa: fix broken moves for u2i64 and related ops

Ilia Mirkin requested to merge imirkin/mesa:tgsi-int64 into master

These ops just put out mov's directly, which screws up the assignment logic -- it just tries to only process the "last" mov. Don't try to do the more optimized thing for 64-bit types, where this is just much trickier.

Signed-off-by: Ilia Mirkin imirkin@alum.mit.edu

Merge request reports