R600: Cleanup some old AMDIL stuff.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 13 Jun 2014 17:20:53 +0000 (17:20 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 13 Jun 2014 17:20:53 +0000 (17:20 +0000)
commitf317d86f8f754e414c1ca52bb3fdc346f990c6cc
treec47cee262099ee059bb9ae55ffdd8e905dab537b
parentd8b23109b26f2070e21d5515ed2472ca9ab0111c
R600: Cleanup some old AMDIL stuff.

Move / delete some of the more obviously wrong
setOperationAction calls. Most of these are setting Expand
for types that aren't legal which is the default anyway.
Leave stuff that might require more thought on whether it's
junk or not as it is.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210922 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDILISelLowering.cpp