Check and allow floating point registers to select the size of the
authorEric Christopher <echristo@gmail.com>
Thu, 31 Jan 2013 00:50:46 +0000 (00:50 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 31 Jan 2013 00:50:46 +0000 (00:50 +0000)
commita9bd4b4647694f1384a8e1c891931ba7bdff364f
treec43bd4b8481956a86c973d63bf07f8e80e1587b3
parent946317d07be338f25b554ab543308490a276b835
Check and allow floating point registers to select the size of the
register for inline asm. This conforms to how gcc allows for effective
casting of inputs into gprs (fprs is already handled).

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