Commit 10e146a
authored
[AMDGPU] Fix out of bound physreg tuple condition. NFC. (llvm#152777)
The end register of the tuple shall be below the last existing
register. The check does not work on something like {v[255:256]}.
Overall it works correctly because if fails later at the
getMatchingSuperReg() call.1 parent 160f5ca commit 10e146a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16925 | 16925 | | |
16926 | 16926 | | |
16927 | 16927 | | |
16928 | | - | |
| 16928 | + | |
16929 | 16929 | | |
16930 | 16930 | | |
16931 | 16931 | | |
| |||
0 commit comments