[llvm-commits] [llvm] r56637 - /llvm/trunk/lib/Target/X86/X86FastISel.cpp
Chris Lattner
clattner at apple.com
Thu Sep 25 21:56:37 PDT 2008
On Sep 25, 2008, at 6:39 PM, Dan Gohman wrote:
> Author: djg
> Date: Thu Sep 25 20:39:32 2008
> New Revision: 56637
>
> URL: http://llvm.org/viewvc/llvm-project?rev=56637&view=rev
> Log:
> Disable support for x86_f80 in X86FastISel. Supporting it would
> require more work.
This seems very reasonable. I don't think 'long double' is used
widely enough to really matter for -O0 compile time on almost any
codebase,
-Chris
More information about the llvm-commits
mailing list