Skip to content

nir: fix ifind_msb_rev by using appropriate type

Filip Gawin requested to merge (removed):fix/ifind_msb_rev into main

As you can see comparion "x < 0" doesn't make sense if x is unsigned. (A bit below in code.)

Fixes: a5747f8a ("nir: add opcodes for *find_msb_rev and lowering ")

Merge request reports