Details
Details
- Reviewers
kzhuravl
Diff Detail
Diff Detail
Paths
| Differential D30141
AMDGPU: Support v2i16/v2f16 packed operations ClosedPublic Authored by arsenm on Feb 18 2017, 11:35 AM.
Details
Diff Detail Event TimelineHerald added subscribers: tpr, tony-tye, yaxunl and 3 others. · View Herald TranscriptFeb 18 2017, 11:35 AM This revision is now accepted and ready to land.Feb 27 2017, 2:02 AM
Revision Contents
Diff 89032 lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUInstructions.td
lib/Target/AMDGPU/SIFoldOperands.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/VOP3PInstructions.td
test/CodeGen/AMDGPU/add.v2i16.ll
test/CodeGen/AMDGPU/amdgcn.bitcast.ll
test/CodeGen/AMDGPU/ashr.v2i16.ll
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
test/CodeGen/AMDGPU/fabs.f16.ll
test/CodeGen/AMDGPU/fcanonicalize.f16.ll
test/CodeGen/AMDGPU/fcopysign.f16.ll
test/CodeGen/AMDGPU/fmuladd.v2f16.ll
test/CodeGen/AMDGPU/fneg-fabs.f16.ll
test/CodeGen/AMDGPU/fneg.f16.ll
test/CodeGen/AMDGPU/fpext.f16.ll
test/CodeGen/AMDGPU/fptrunc.f16.ll
test/CodeGen/AMDGPU/fsub.f16.ll
test/CodeGen/AMDGPU/immv216.ll
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.exp.compr.ll
test/CodeGen/AMDGPU/lshr.v2i16.ll
test/CodeGen/AMDGPU/max.i16.ll
test/CodeGen/AMDGPU/min.ll
test/CodeGen/AMDGPU/pack.v2f16.ll
test/CodeGen/AMDGPU/pack.v2i16.ll
test/CodeGen/AMDGPU/scalar_to_vector.ll
test/CodeGen/AMDGPU/sext-in-reg.ll
test/CodeGen/AMDGPU/shl.v2i16.ll
test/CodeGen/AMDGPU/sminmax.v2i16.ll
test/CodeGen/AMDGPU/sub.v2i16.ll
|