OSDN Git Service

AMDGPU: Fix crash on illegal type for inlineasm
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 18 Nov 2016 04:42:57 +0000 (04:42 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 18 Nov 2016 04:42:57 +0000 (04:42 +0000)
commitcbafc5829d5a2e7e386d36a30d747f5832f399c3
tree8d2141518aa700e12506ea78411fb72e122fe4f2
parentfde9b8bfc220c589f9103b3919d107cd3e944cc6
AMDGPU: Fix crash on illegal type for inlineasm

There are still crashes on non-MVT types in other
places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287310 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIISelLowering.cpp
test/CodeGen/AMDGPU/inlineasm-illegal-type.ll [new file with mode: 0644]