[all-commits] [llvm/llvm-project] d188a6: AMDGPU: Fix code duplication between the selectors
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 6 07:42:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d188a608bd89f4792215c6d699f5076fb547685c
https://github.com/llvm/llvm-project/commit/d188a608bd89f4792215c6d699f5076fb547685c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
AMDGPU: Fix code duplication between the selectors
Not sure this is the right place for this helper.
Commit: dcf3ffb0a856264bba56b7fe5b5128537903e50a
https://github.com/llvm/llvm-project/commit/dcf3ffb0a856264bba56b7fe5b5128537903e50a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/SIInstructions.td
Log Message:
-----------
AMDGPU/GlobalISel: Move frame index selection to patterns
Doesn't really save any code until global value is handled too.
Compare: https://github.com/llvm/llvm-project/compare/e5062a6caf75...dcf3ffb0a856
More information about the All-commits
mailing list