Fix incorrect data type for output, the first and third inputs from i32 to i64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D23689
AMDGPU : Fix QSAD and MQSAD instructions' incorrect data type. ClosedPublic Authored by wdng on Aug 18 2016, 12:19 PM.
Details Summary Fix incorrect data type for output, the first and third inputs from i32 to i64.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2016, 12:47 PM Closed by commit rL279126: AMDGPU : Fix QSAD and MQSAD instructions' incorrect data type. (authored by wdng). · Explain WhyAug 18 2016, 12:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 68596 llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/trunk/lib/Target/AMDGPU/CIInstructions.td
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
llvm/trunk/lib/Target/AMDGPU/SIInstructions.td
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll
|