]> granicus.if.org Git - llvm/commit
[X86] Add test case for r361177.
authorCraig Topper <craig.topper@intel.com>
Mon, 20 May 2019 17:37:52 +0000 (17:37 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 20 May 2019 17:37:52 +0000 (17:37 +0000)
commit888fc7f3ae2ec72e247eff80365e23e466883f1c
treedd2940f61dadaef4d39abde55e0f90b04d17a4ce
parent948efa770eef950a16786c5fed0bd20bc761bcde
[X86] Add test case for r361177.

That commit makes sure we flush PendingExports in SelectDAGBuilder
before we create INLINEASM_BR. Unfortunatley, I haven't yet found
a CodeGen failure without that change.

This commit uses the debug output from SelectionDAG to at least
ensure we build the DAG correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361179 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/callbr-asm-bb-exports.ll [new file with mode: 0644]