R600: Correct opcode for BFE_INT
authorTom Stellard <thomas.stellard@amd.com>
Thu, 3 Apr 2014 20:19:29 +0000 (20:19 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 3 Apr 2014 20:19:29 +0000 (20:19 +0000)
commita7469745de60051781c547e1f2742b88c1881ece
treeb6699b9c55b93950d9e3a2eeab937e57949e752b
parent50c16fb65c180cd27888a58cbfe540feb638b221
R600: Correct opcode for BFE_INT

Acording to AMD documentation, the correct opcode for
BFE_INT is 0x5, not 0x4

Fixes Arithm/Absdiff.Mat/3 OpenCV test

Patch by: Bruno JimĂ©nez

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205562 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/EvergreenInstructions.td
test/CodeGen/R600/llvm.AMDGPU.bfe.i32.ll