OSDN Git Service

R600/SI: Enable inline assembly
authorTom Stellard <thomas.stellard@amd.com>
Wed, 3 Dec 2014 04:08:00 +0000 (04:08 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 3 Dec 2014 04:08:00 +0000 (04:08 +0000)
commita4cb89023d664cedcc4f449b5c0f56ca229dbcf8
tree8a906011c76d29d5010211aa35ad1c2580bffe0c
parent0245b12df2c1c0604d98e8f398f99a37bf34f978
R600/SI: Enable inline assembly

We just needed to remove the assertion in
AMDGPURegisterInfo::getFrameRegister(), which is called when
initializing the parser for inline assembly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223197 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPURegisterInfo.cpp
test/CodeGen/R600/inline-asm.ll [new file with mode: 0644]