R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen patterns
authorTom Stellard <thomas.stellard@amd.com>
Fri, 10 May 2013 02:09:45 +0000 (02:09 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 10 May 2013 02:09:45 +0000 (02:09 +0000)
commit58e87a68a8593b0ae133d0bac17ae2027519a204
tree9b852d326d1b749cda0a0f57c6e53a2934dbf4f6
parentdde683645672b5832ec189cd27123857183e70bb
R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen patterns

The BFE optimization was the only one we were actually using, and it was
emitting an intrinsic that we don't support.

https://bugs.freedesktop.org/show_bug.cgi?id=64201

Reviewed-by: Christian König <christian.koenig@amd.com>
NOTE: This is a candidate for the 3.3 branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181580 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/AMDGPUTargetMachine.cpp
lib/Target/R600/AMDILPeepholeOptimizer.cpp [deleted file]
lib/Target/R600/CMakeLists.txt
lib/Target/R600/R600Instructions.td
test/CodeGen/R600/bfe_uint.ll [new file with mode: 0644]