R600/SI: Add intrinsics for brev instructions
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 18 Jun 2014 17:13:57 +0000 (17:13 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 18 Jun 2014 17:13:57 +0000 (17:13 +0000)
commit2b6e6fc1a8c188a9ccbe028b42697d32edaa2a1c
treee5d58b567d8d04b6c61c263bbf350b5f494e6334
parent795ae8615f20eb5b55e15b8eeca9c909ef78a8f0
R600/SI: Add intrinsics for brev instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211187 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUISelLowering.h
lib/Target/R600/AMDGPUInstrInfo.td
lib/Target/R600/AMDGPUIntrinsics.td
lib/Target/R600/SIInstrInfo.cpp
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/llvm.AMDGPU.brev.ll [new file with mode: 0644]