Do not introduce vector operations in functions marked with noimplicitfloat.
authorBob Wilson <bob.wilson@apple.com>
Thu, 20 Dec 2012 01:36:20 +0000 (01:36 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 20 Dec 2012 01:36:20 +0000 (01:36 +0000)
commit99d8e76d44bcf72aef1a90df545c302172006768
treed17cfd1b006865933236318d6d7454b1ccf20fea
parent46367768f75c860d64874067800711120fdbfc22
Do not introduce vector operations in functions marked with noimplicitfloat.

<rdar://problem/12879313>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170630 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/2012-12-19-NoImplicitFloat.ll [new file with mode: 0644]