[all-commits] [llvm/llvm-project] b438f0: [AMDGPU] Consolidate SGPRSpill and VGPRSpill into ...
Corbin Robeck via All-commits
all-commits at lists.llvm.org
Fri Feb 16 05:50:14 PST 2024
Branch: refs/heads/users/crobeck/consolidate-vgpr-sgpr-bit
Home: https://github.com/llvm/llvm-project
Commit: b438f06c798639e4ca181146ad8e052c43c98f10
https://github.com/llvm/llvm-project/commit/b438f06c798639e4ca181146ad8e052c43c98f10
Author: Corbin Robeck <corbin.robeck at amd.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIInstrFormats.td
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SIInstructions.td
Log Message:
-----------
[AMDGPU] Consolidate SGPRSpill and VGPRSpill into single Spill bit to free up a bit slot
Commit: df46f5f4d963037448066c1117104d7855ff4059
https://github.com/llvm/llvm-project/commit/df46f5f4d963037448066c1117104d7855ff4059
Author: Corbin Robeck <corbin.robeck at amd.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
fix comment typo
Commit: bf89a985fe776a0c50d0c4b20445a09a2591f8e6
https://github.com/llvm/llvm-project/commit/bf89a985fe776a0c50d0c4b20445a09a2591f8e6
Author: Corbin Robeck <corbin.robeck at amd.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
add some helper functions
Commit: 742c808b3e04cc2f6864dafd39ad49a49808bc3b
https://github.com/llvm/llvm-project/commit/742c808b3e04cc2f6864dafd39ad49a49808bc3b
Author: Corbin Robeck <corbin.robeck at amd.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
formatting
Commit: fc25a1fa02e4ee60424beac27f08a0bda98b426f
https://github.com/llvm/llvm-project/commit/fc25a1fa02e4ee60424beac27f08a0bda98b426f
Author: Corbin Robeck <corbin.robeck at amd.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
replace bitwise operators for boolean comparisons
Commit: 212570f299d47f16559d3dd530427b5ed3996441
https://github.com/llvm/llvm-project/commit/212570f299d47f16559d3dd530427b5ed3996441
Author: Corbin Robeck <corbin.robeck at amd.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIDefines.h
Log Message:
-----------
fix comment
Compare: https://github.com/llvm/llvm-project/compare/c7c03035fe84...212570f299d4
More information about the All-commits
mailing list