This fix enables clamp and omod for v_cvt_* opcodes which have src0 of an integer type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D31327
[AMDGPU][MC] Fix for Bug 28207 + LIT tests ClosedPublic Authored by dp on Mar 24 2017, 5:31 AM.
Details Summary This fix enables clamp and omod for v_cvt_* opcodes which have src0 of an integer type.
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 4 others. · View Herald TranscriptMar 24 2017, 5:31 AM This revision is now accepted and ready to land.Mar 24 2017, 7:05 AM Closed by commit rL298852: [AMDGPU][MC] Fix for Bug 28207 + LIT tests (authored by dpreobra). · Explain WhyMar 27 2017, 9:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 93141 llvm/trunk/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
llvm/trunk/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
llvm/trunk/lib/Target/AMDGPU/VOP1Instructions.td
llvm/trunk/lib/Target/AMDGPU/VOPInstructions.td
llvm/trunk/test/MC/AMDGPU/vop3-modifiers.s
|