OSDN Git Service

Allow an integer to be converted into an MMX type when it's used in an inline
authorBill Wendling <isanbard@gmail.com>
Thu, 23 Feb 2012 23:25:25 +0000 (23:25 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 23 Feb 2012 23:25:25 +0000 (23:25 +0000)
commit9e8ceb0bac778595c5dbabe900819c3f575c5e5f
tree6102e875a0090232265b53051dbf7b292472d862
parent89c5d267588bb7db11b30b53695d5f0cdd3031fe
Allow an integer to be converted into an MMX type when it's used in an inline
asm.
<rdar://problem/10106006>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151303 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll [new file with mode: 0644]