]> granicus.if.org Git - llvm/commit
Merging r199918:
authorTom Stellard <thomas.stellard@amd.com>
Mon, 24 Mar 2014 18:21:29 +0000 (18:21 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 24 Mar 2014 18:21:29 +0000 (18:21 +0000)
commitbcc1d80afbd2403ad02fa5ba9b3ae0779c24413b
treee79370476c202e52ca39bdd1e370b6df4aad3906
parent6392836b79fc7d525323b5680f1a90d8b6e47c6d
Merging r199918:

------------------------------------------------------------------------
r199918 | thomas.stellard | 2014-01-23 10:49:33 -0800 (Thu, 23 Jan 2014) | 8 lines

R600: Disable the BFE pattern

This pattern uses an SDNodeXForm, which isn't being emitted for some
reason.  I can get it to work by attaching the PatLeaf that has the
XForm to the argument in the output pattern, but this results in an
immediate being used in a register operand, which the backend can't
handle yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@204640 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/R600Instructions.td
test/CodeGen/R600/bfe_uint.ll