Move getNumFlatOffsetBits from AMDGPUAsmParser and SIInstrInfo into
AMDGPUBaseInfo.
Details
Details
- Reviewers
arsenm rampitec foad - Commits
- rG91445979be0a: [AMDGPU] Unify flat offset logic
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93287
[AMDGPU] Unify flat offset logic ClosedPublic Authored by sebastian-ne on Dec 15 2020, 1:54 AM.
Details
Summary Move getNumFlatOffsetBits from AMDGPUAsmParser and SIInstrInfo into
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 6 others. · View Herald TranscriptDec 15 2020, 1:54 AM This revision is now accepted and ready to land.Dec 15 2020, 3:07 AM This revision was landed with ongoing or failed builds.Dec 15 2020, 6:04 AM Closed by commit rG91445979be0a: [AMDGPU] Unify flat offset logic (authored by sebastian-ne). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 311882 llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.h
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
llvm/test/MC/AMDGPU/flat-gfx10.s
llvm/test/MC/AMDGPU/gfx10_err_pos.s
|