Commit 1fce874
authored
[AMDGPU] Use unsigned overflow for S_UADDO_PSEUDO/S_USUBO_PSEUDO (llvm#160142)
Use correct unsigned overflow instructions for
S_UADDO_PSEUDO/S_USUBO_PSEUDO. Note that this issue was hidden because
instruction selection never selected S_UADDO_PSEUDO/S_USUBO_PSEUDO which
will be addressed in llvm#159814.
Signed-off-by: John Lu <[email protected]>1 parent a25eda2 commit 1fce874
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5953 | 5953 | | |
5954 | 5954 | | |
5955 | 5955 | | |
5956 | | - | |
5957 | | - | |
| 5956 | + | |
| 5957 | + | |
5958 | 5958 | | |
5959 | 5959 | | |
5960 | 5960 | | |
| |||
0 commit comments