Guray Ozen 01ac180c11
[mlir][nvvm] Fix mov.u32 to mov.pred (#70027)
This PR fixes the incorrect `mov` instruction in PTX. We actually move a
predicate here, not u32, so the correct instruction should be
`mov.pred`.
2023-10-25 22:00:09 +03:00
..