Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Rebased. Reenabled HSA metadata test disabled with previous commit due to dependency.
Paths
| Differential D63204
[AMDGPU] gfx1010 core wave32 changes ClosedPublic Authored by rampitec on Jun 12 2019, 7:42 AM.
Details
Diff Detail Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 5 others. · View Herald TranscriptJun 12 2019, 7:42 AM rampitec added a child revision: D63206: [AMDGPU] gfx1010 wavefrontsize intrinsic folding.Jun 12 2019, 7:48 AM This revision is now accepted and ready to land.Jun 13 2019, 5:24 PM Comment Actions Rebased. Reenabled HSA metadata test disabled with previous commit due to dependency. rampitec removed a child revision: D63208: [AMDGPU] Pass to propagate ABI attributes from kernels to the functions.Jun 17 2019, 10:43 AM rampitec removed a child revision: D63206: [AMDGPU] gfx1010 wavefrontsize intrinsic folding.Jun 17 2019, 10:53 AM Closed by commit rG0846c125f98b: [AMDGPU] gfx1010 core wave32 changes (authored by rampitec). · Explain WhyJun 20 2019, 8:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 204605 include/llvm/IR/IntrinsicsAMDGPU.td
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
lib/Target/AMDGPU/SIFrameLowering.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInsertSkips.cpp
lib/Target/AMDGPU/SIInsertWaitcnts.cpp
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
lib/Target/AMDGPU/SILowerControlFlow.cpp
lib/Target/AMDGPU/SILowerI1Copies.cpp
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
lib/Target/AMDGPU/SIRegisterInfo.h
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.td
lib/Target/AMDGPU/SIShrinkInstructions.cpp
lib/Target/AMDGPU/SIWholeQuadMode.cpp
lib/Target/AMDGPU/SOPInstructions.td
lib/Target/AMDGPU/VOP2Instructions.td
lib/Target/AMDGPU/VOP3Instructions.td
lib/Target/AMDGPU/VOPCInstructions.td
lib/Transforms/InstCombine/InstCombineCalls.cpp
test/CodeGen/AMDGPU/add3.ll
test/CodeGen/AMDGPU/add_i1.ll
test/CodeGen/AMDGPU/add_shl.ll
test/CodeGen/AMDGPU/and_or.ll
test/CodeGen/AMDGPU/diverge-switch-default.ll
test/CodeGen/AMDGPU/huge-private-buffer.ll
test/CodeGen/AMDGPU/insert-skip-from-vcc.mir
test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
test/CodeGen/AMDGPU/loop_break.ll
test/CodeGen/AMDGPU/mubuf-legalize-operands.mir
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
test/CodeGen/AMDGPU/multilevel-break.ll
test/CodeGen/AMDGPU/nested-loop-conditions.ll
test/CodeGen/AMDGPU/or3.ll
test/CodeGen/AMDGPU/regbank-reassign.mir
test/CodeGen/AMDGPU/shl_add.ll
test/CodeGen/AMDGPU/shl_or.ll
test/CodeGen/AMDGPU/si-annotate-cf-unreachable.ll
test/CodeGen/AMDGPU/si-annotatecfg-multiple-backedges.ll
test/CodeGen/AMDGPU/sub_i1.ll
test/CodeGen/AMDGPU/wave32.ll
test/CodeGen/AMDGPU/xor3.ll
test/CodeGen/AMDGPU/xor_add.ll
test/MC/AMDGPU/gfx10-constant-bus.s
test/MC/AMDGPU/wave32.s
test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
test/MC/Disassembler/AMDGPU/wave32.txt
test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
test/Verifier/AMDGPU/intrinsic-immarg.ll
|