[llvm-commits] [llvm] r48542 - in /llvm/trunk: lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/Target/X86/README.txt lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/field-extract-use-trunc.ll

Bill Wendling isanbard at gmail.com
Wed Mar 19 01:57:52 PDT 2008


On Mar 19, 2008, at 1:30 AM, Christopher Lamb wrote:

> Author: clamb
> Date: Wed Mar 19 03:30:06 2008
> New Revision: 48542
>
> URL: http://llvm.org/viewvc/llvm-project?rev=48542&view=rev
> Log:
> Fix X86's isTruncateFree to not claim that truncate to i1 is free.  
> This fixes Bill's testcase that failed for r48491.
>
Thanks Christopher!

-bw




More information about the llvm-commits mailing list