R600/SI: Stop using i128 as the resource descriptor type
authorTom Stellard <thomas.stellard@amd.com>
Thu, 17 Apr 2014 21:00:11 +0000 (21:00 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 17 Apr 2014 21:00:11 +0000 (21:00 +0000)
commit93ea1378d22929c3e0e49b68f7f8b9bf3f2ad221
tree55dc16980d35cbffb1a7136f2ebde2c9f17fe2d9
parentec6e62ec98afe0397c006a4036dff57cccee163e
R600/SI: Stop using i128 as the resource descriptor type

Having i128 as a legal type complicates the legalization phase.  v4i32
is already a legal type, so we will use that instead.

This fixes several piglit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206500 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIISelLowering.h
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SITypeRewriter.cpp
test/CodeGen/R600/store.ll