[llvm-commits] [llvm] r57565 - in /llvm/trunk/lib/Target: TargetSelectionDAG.td X86/X86InstrInfo.td X86/X86InstrSSE.td

Chris Lattner clattner at apple.com
Sun Oct 26 13:39:18 PDT 2008


On Oct 14, 2008, at 11:50 PM, Dan Gohman wrote:

> Author: djg
> Date: Wed Oct 15 01:50:19 2008
> New Revision: 57565
>
> URL: http://llvm.org/viewvc/llvm-project?rev=57565&view=rev
> Log:
> Now that predicates can be composed, simplify several of
> the predicates by extending simple predicates to create
> more complex predicates instead of duplicating the logic
> for the simple predicates.

Wow, nice cleanup to the .td files!

-Chris




More information about the llvm-commits mailing list