R600: LDS instructions shouldn't implicitly define OQAP
authorTom Stellard <thomas.stellard@amd.com>
Thu, 13 Mar 2014 17:13:04 +0000 (17:13 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 13 Mar 2014 17:13:04 +0000 (17:13 +0000)
commit47feea0802a79ae28289dc9a66097ebb8d3bd398
tree72dc50b15188ec1984411edd0e2bc0a9aef7a510
parentd2a816fe10a1b3da96725ec20a95570413ad22fa
R600: LDS instructions shouldn't implicitly define OQAP

LDS instructions are pseudo instructions which model
the OQAP defs and uses within a single instruction.

This fixes a hang in the opencv MedianFilter tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600Instructions.td
test/CodeGen/R600/lds-oqap-crash.ll [new file with mode: 0644]