]> granicus.if.org Git - llvm/commit
[SystemZ] Recognize INLINEASM_BR in backend.
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Tue, 3 Sep 2019 13:31:22 +0000 (13:31 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Tue, 3 Sep 2019 13:31:22 +0000 (13:31 +0000)
commit8e4143afe8e67bf23ba31dc2a96e98dc76df3847
tree807038e29fb439056d9fb43d579f9df0008c2215
parentfcc73175f51ca053e65270bc671242b73c4582c4
[SystemZ]  Recognize INLINEASM_BR in backend.

SystemZInstrInfo::analyzeBranch() needs to check for INLINEASM_BR
instructions, or it will crash.

Review: Ulrich Weigand

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