Oddly people want to use the 'r' constraint for fp constants on x86.
authorEric Christopher <echristo@apple.com>
Thu, 19 May 2011 21:33:47 +0000 (21:33 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 19 May 2011 21:33:47 +0000 (21:33 +0000)
commit2bbecd8f6d0891087789ea640133bd47167ccea5
treec8e8fb84037088477f786ff0670a42c0d65b9b80
parent61558aaf4f924fd44fd2f275fcb7ab7199ede304
Oddly people want to use the 'r' constraint for fp constants on x86.

Fixes rdar://9218925
Fixes PR9601

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