[all-commits] [llvm/llvm-project] 10e146: [AMDGPU] Fix out of bound physreg tuple condition....
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Sat Aug 9 01:50:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10e146a7161065429629a13f99c179a61ffe7721
https://github.com/llvm/llvm-project/commit/10e146a7161065429629a13f99c179a61ffe7721
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-08-09 (Sat, 09 Aug 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list