[all-commits] [llvm/llvm-project] 33506a: AMDGPU: Extract lambda used in foldImmediate into ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Feb 17 20:25:50 PST 2025
Branch: refs/heads/users/arsenm/amdgpu/add-extractSubregFromImm-helper
Home: https://github.com/llvm/llvm-project
Commit: 33506ad7dbbfbaeab22a06ecdc95a2ca87f41293
https://github.com/llvm/llvm-project/commit/33506ad7dbbfbaeab22a06ecdc95a2ca87f41293
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
AMDGPU: Extract lambda used in foldImmediate into a helper function
It was also too permissive for a more general utilty, only return
the original immediate if there is no subregister.
Commit: 5d9454b3c5cfb9a4f199a6e4c44f24e0cf18e5c2
https://github.com/llvm/llvm-project/commit/5d9454b3c5cfb9a4f199a6e4c44f24e0cf18e5c2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
Update llvm/lib/Target/AMDGPU/SIInstrInfo.h
Co-authored-by: Shilei Tian <i at tianshilei.me>
Compare: https://github.com/llvm/llvm-project/compare/5eada95da039...5d9454b3c5cf
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