OSDN Git Service

mark frem as expand for all legal fp types on x86, regardless of whether
authorChris Lattner <sabre@nondot.org>
Fri, 7 Mar 2008 06:36:32 +0000 (06:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Mar 2008 06:36:32 +0000 (06:36 +0000)
commitd1108222fd7b49d660fa63868cd2428fa1d49c17
tree0830e6b4e68d92245e7d4a29d4973fc57ddb99c1
parent65bc1220459aef4a7a1bd57cdc0f0113d4250469
mark frem as expand for all legal fp types on x86, regardless of whether
we're using SSE or not.  This fixes PR2122.

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