R600: Fix assert on copy of an i1 on pre-SI
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 23 Nov 2014 02:57:52 +0000 (02:57 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 23 Nov 2014 02:57:52 +0000 (02:57 +0000)
commit716ce08250a9806873126ae1698c1c8c21d9ac46
tree93384445f0688b9ad7ab512c42c372f918935617
parent2be9044ffc285b6c7afcf47f943a7e6cf263201b
R600: Fix assert on copy of an i1 on pre-SI

i1 is not a legal type on Evergreen, so this combine proceeded
and tried to produce a bitcast between i1 and i8.

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