Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 45201 Build 46918: arc lint + arc unit
Paths
| Differential D73585
[AMDGPU][GlobalISel] Select 8-byte LDS Ops with 4-byte alignment ClosedPublic Authored by kerbowa on Jan 28 2020, 2:32 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, Petar.Avramovic, hiraditya and 9 others. · View Herald Transcript This revision is now accepted and ready to land.Jan 29 2020, 6:58 AM Closed by commit rG2605adb69c6f: [AMDGPU][GlobalISel] Select 8-byte LDS Ops with 4-byte alignment (authored by kerbowa). · Explain WhyJan 29 2020, 10:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 241046 llvm/lib/Target/AMDGPU/AMDGPUGISel.td
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
llvm/lib/Target/AMDGPU/DSInstructions.td
llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir
llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-local.mir
|
This can use getPtrBaseWithConstantOffset and avoid re-figuring out the offset below