]> granicus.if.org Git - llvm/commit
[FastISel] Copy the inline assembly dialect to the INLINEASM instruction.
authorCraig Topper <craig.topper@intel.com>
Sat, 5 Oct 2019 23:21:17 +0000 (23:21 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 5 Oct 2019 23:21:17 +0000 (23:21 +0000)
commit7c5761290ded25500c75d9f3f7efcf7799348333
treed06dfe6994d6006b05c40ad3d1741ba0d40707bf
parente4e0ad4d62c4b326f0b35ce3eac11d3fa27f0f14
[FastISel] Copy the inline assembly dialect to the INLINEASM instruction.

Fixes PR43575.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373836 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp
test/CodeGen/X86/pr43575.ll [new file with mode: 0644]