Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
1713 | Not really related to your change, but it has always seemed crazy to me to have IsSigned as a template argument instead of a normal argument. |
Paths
| Differential D91356
AMDGPU: Factor out large flat offset splitting ClosedPublic Authored by arsenm on Nov 12 2020, 8:00 AM.
Diff Detail Event Timelinearsenm added a child revision: D91308: AMDGPU: Split large offsets when selecting global saddr mode.Nov 12 2020, 8:03 AM This revision is now accepted and ready to land.Nov 12 2020, 8:06 AM
Revision Contents
Diff 304871 llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.h
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
|
Not really related to your change, but it has always seemed crazy to me to have IsSigned as a template argument instead of a normal argument.