CodeGen: adjust floating point operations in Windows itanium
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 13 Oct 2016 22:38:15 +0000 (22:38 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 13 Oct 2016 22:38:15 +0000 (22:38 +0000)
commit06383dd2725241ae63122e43fcb44e3cae669e37
tree6f8b483385d673a37725dc7e6fb8b6989e462bb7
parent5e08df02668ede5bfe79874fad6c1f3ce0325ee5
CodeGen: adjust floating point operations in Windows itanium

Windows itanium is equivalent to MSVC except in C++ mode.  Ensure that the
promote the 32-bit floating point operations to their 64-bit equivalences.

llvm-svn: 284173
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/fops-windows-itanium.ll [new file with mode: 0644]