OSDN Git Service

AMDGPU: Generate VALU ThreeOp Integer instructions
authorNicolai Haehnle <nhaehnle@gmail.com>
Thu, 6 Dec 2018 14:33:40 +0000 (14:33 +0000)
committerNicolai Haehnle <nhaehnle@gmail.com>
Thu, 6 Dec 2018 14:33:40 +0000 (14:33 +0000)
commitfd7ff8f493024769aadc7eafc796319fb4223134
treef5ccaf8aa5e3ac2a1fceb3588955ed4e5f850c87
parent92a20faea1ba18882da814345089f63222260d42
AMDGPU: Generate VALU ThreeOp Integer instructions

Summary:
Original patch by: Fabian Wahlster <razor@singul4rity.com>

Change-Id: I148f692a88432541fad468963f58da9ddf79fac5

Reviewers: arsenm, rampitec

Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, b-sumner, llvm-commits

Differential Revision: https://reviews.llvm.org/D51995

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348488 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/VOP3Instructions.td
test/CodeGen/AMDGPU/add3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/add_shl.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/and_or.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/or3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shl_add.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shl_or.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sibling-call.ll
test/CodeGen/AMDGPU/xor_add.ll [new file with mode: 0644]