[llvm-commits] [llvm] r85281 - in /llvm/trunk: include/llvm/Target/TargetLowering.h lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/TargetLowering.cpp lib/Target/Alpha/AlphaISelLowering.cpp lib/Target/Alpha/AlphaISelLowering.h lib/Target/Mips/MipsISelLowering.cpp lib/Target/Mips/MipsISelLowering.h lib/Target/SystemZ/SystemZISelLowering.cpp lib/Target/SystemZ/SystemZISelLowering.h lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h

Chris Lattner clattner at apple.com
Tue Oct 27 13:08:07 PDT 2009


On Oct 27, 2009, at 12:56 PM, Evan Cheng wrote:

> Author: evancheng
> Date: Tue Oct 27 14:56:55 2009
> New Revision: 85281
>
> URL: http://llvm.org/viewvc/llvm-project?rev=85281&view=rev
> Log:
> Do away with addLegalFPImmediate. Add a target hook isFPImmLegal  
> which returns true if the fp immediate can be natively codegened by  
> target.

Nice!

-Chris




More information about the llvm-commits mailing list