diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2025-08-09 01:50:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-09 01:50:13 -0700 |
commit | 10e146a7161065429629a13f99c179a61ffe7721 (patch) | |
tree | 11d670f740a9f4e0e8afce242fbb2b3883678391 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 160f5ca0f5e32b56559fdd6d993b0c7997adf6ff (diff) | |
download | llvm-10e146a7161065429629a13f99c179a61ffe7721.zip llvm-10e146a7161065429629a13f99c179a61ffe7721.tar.gz llvm-10e146a7161065429629a13f99c179a61ffe7721.tar.bz2 |
[AMDGPU] Fix out of bound physreg tuple condition. NFC. (#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.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions