Details
Details
Diff Detail
Diff Detail
Paths
| Differential D61339
[AMDGPU] gfx1010 MIMG implementation ClosedPublic Authored by rampitec on Apr 30 2019, 1:55 PM.
Details
Diff Detail Event TimelineHerald added subscribers: jfb, t-tye, tpr and 6 others. · View Herald TranscriptApr 30 2019, 1:55 PM rampitec added a child revision: D61344: [AMDGPU] gfx1010 GCNRegBankReassign pass.Apr 30 2019, 2:36 PM This revision is now accepted and ready to land.May 1 2019, 8:39 AM Closed by commit rL359698: [AMDGPU] gfx1010 MIMG implementation (authored by rampitec). · Explain WhyMay 1 2019, 9:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 197432 include/llvm/IR/IntrinsicsAMDGPU.td
include/llvm/MC/MCInst.h
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/AMDGPU/MIMGInstructions.td
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIShrinkInstructions.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
test/CodeGen/AMDGPU/llvm.amdgcn.image.atomic.dim.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.dim.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.d16.dim.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.dim.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.dim.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.nsa.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.dim.ll
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.dim.ll
test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.load.d16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.store.d16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.store.ll
test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.load.d16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.load.ll
test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.store.d16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.store.ll
test/MC/AMDGPU/gfx10_asm_mimg.s
test/MC/AMDGPU/gfx10_asm_mimg_err.s
test/MC/AMDGPU/mtbuf-gfx10.s
test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
test/MC/Disassembler/AMDGPU/mtbuf_gfx10.txt
|