Changes in directory llvm/test/Transforms/InstCombine:
apint-binop-cast.ll (r1.3) removed
---
Log message:
This test case is incorrect. Remove it.
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
[EMAIL PROTECTED
Changes in directory llvm/test/Transforms/InstCombine:
apint-binop-cast.ll updated: 1.2 -> 1.3
---
Log message:
XFAIL this for now.
---
Diffs of the changes: (+1 -0)
apint-binop-cast.ll |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Transforms/InstCombine/apint-binop-cast.ll
Changes in directory llvm/test/Transforms/InstCombine:
apint-div1.ll updated: 1.3 -> 1.4
apint-div2.ll updated: 1.2 -> 1.3
---
Log message:
bool -> i1 (found by llvm.exp)
---
Diffs of the changes: (+3 -4)
apint-div1.ll |2 +-
apint-div2.ll |5 ++---
2 files changed, 3 insertions(+)
Changes in directory llvm/test/Transforms/InstCombine:
apint-div1.ll updated: 1.2 -> 1.3
---
Log message:
Fix a syntax error that llvm.exp found.
---
Diffs of the changes: (+1 -2)
apint-div1.ll |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/Transforms/InstCo
Changes in directory llvm/test/Transforms/InstCombine:
apint-binop-cast.ll updated: 1.1 -> 1.2
---
Log message:
Fix an "already-upgraded" test that llvm.exp found.
---
Diffs of the changes: (+1 -1)
apint-binop-cast.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/
Changes in directory llvm/test/Transforms/InstCombine:
apint-xor1.ll updated: 1.2 -> 1.3
---
Log message:
tweak this to test the right thing.
---
Diffs of the changes: (+1 -1)
apint-xor1.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Transforms/InstCombine/
Changes in directory llvm/test/Transforms/InstCombine:
apint-add1.ll updated: 1.1 -> 1.2
apint-add2.ll updated: 1.1 -> 1.2
---
Log message:
For PR1280: http://llvm.org/PR1280 :
Remove test cases for and/xor/add -> trunc/sext that use bit widths that
the targets cannot code gen.
---
Diffs of t
Changes in directory llvm/test/Transforms/InstCombine:
apint-not.ll updated: 1.1 -> 1.2
apint-sub.ll updated: 1.1 -> 1.2
---
Log message:
Fix testsuite hang.
---
Diffs of the changes: (+2 -2)
apint-not.ll |2 +-
apint-sub.ll |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
On Mar 24, 2007, at 4:05 PM, Reid Spencer wrote:
> On Sat, 2007-03-24 at 15:56 -0700, Chris Lattner wrote:
This is a temporary convenience while you're working on
apint'ifying
instcombine. This will not be useful once you're done.
>>>
>>> Okay, that's fine. Could you please copy
Changes in directory llvm/test/Transforms/InstCombine/APInt:
.cvsignore (r1.1) removed
dg.exp (r1.1) removed
---
Log message:
Remove the last vestiges of this directory.
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailin
On Sat, 2007-03-24 at 15:56 -0700, Chris Lattner wrote:
> >> This is a temporary convenience while you're working on apint'ifying
> >> instcombine. This will not be useful once you're done.
> >
> > Okay, that's fine. Could you please copy all the ,v files from the
> > InstCombine/APInt files up on
>> This is a temporary convenience while you're working on apint'ifying
>> instcombine. This will not be useful once you're done.
>
> Okay, that's fine. Could you please copy all the ,v files from the
> InstCombine/APInt files up one level, being sure not to overwrite any
> existing ones of the sa
On Sat, 2007-03-24 at 15:26 -0700, Chris Lattner wrote:
> >> Hrm? Why a subdirectory?
> >
> > Three reasons:
> > 1. Many of the tests are similar but just modified for APInt. So
> > instead
> > of having
> >sext-apint.ll and zext-apint.ll and or-apint.ll, etc., I just
> > factored the name
>
>> Hrm? Why a subdirectory?
>
> Three reasons:
> 1. Many of the tests are similar but just modified for APInt. So
> instead
> of having
>sext-apint.ll and zext-apint.ll and or-apint.ll, etc., I just
> factored the name
>out into a directory. Also reduces clutter in the
> test/Transforms/
Changes in directory llvm/test/Transforms/InstCombine/APInt:
elim-logicalops.ll added (r1.1)
shift-simplify.ll added (r1.1)
shift.ll added (r1.1)
---
Log message:
Add more test cases for APIntified InstCombine.
---
Diffs of the changes: (+255 -0)
elim-logicalops.ll | 40 +++
shif
On Fri, 2007-03-23 at 12:15 -0700, Devang Patel wrote:
> Aha.. it is running all tests. In GCC test suite you can do ../
> dg.exp=zext.ll to run just zext.ll.
> May be some dejagnu/tcl tk machinary is missing. I do not know what?
No, nothing is missing, its just different. Each dg.exp file can "
On Mar 23, 2007, at 10:09 AM, Reid Spencer wrote:
> On Fri, 2007-03-23 at 09:57 -0700, Devang Patel wrote:
>> On Mar 23, 2007, at 9:32 AM, Reid Spencer wrote:
>>
>>> 2. To allow "make check TESTSUITE=test/Transforms/InstCombine/APInt"
>>> to
>>> just check
>>>the APInt versions of these tests
On Fri, 2007-03-23 at 09:57 -0700, Devang Patel wrote:
> On Mar 23, 2007, at 9:32 AM, Reid Spencer wrote:
>
> > 2. To allow "make check TESTSUITE=test/Transforms/InstCombine/APInt"
> > to
> > just check
> >the APInt versions of these tests.
>
> How about
> cd test && make RUNTESTFLAG
On Mar 23, 2007, at 9:32 AM, Reid Spencer wrote:
> 2. To allow "make check TESTSUITE=test/Transforms/InstCombine/APInt"
> to
> just check
>the APInt versions of these tests.
How about
cd test && make RUNTESTFLAGS="Transforms/InstCombine/dg.exp=*apint*"
?
-
Devang
On Fri, 2007-03-23 at 09:22 -0700, Chris Lattner wrote:
> On Mar 23, 2007, at 8:10 AM, LLVM wrote:
>
> >
> >
> > Changes in directory llvm/test/Transforms/InstCombine/APInt:
> >
> > ---
> > Log message:
> >
> > Directory /var/cvs/llvm/llvm/test/Transforms/InstCombine/APInt
> > added to the repos
On Mar 23, 2007, at 8:10 AM, LLVM wrote:
>
>
> Changes in directory llvm/test/Transforms/InstCombine/APInt:
>
> ---
> Log message:
>
> Directory /var/cvs/llvm/llvm/test/Transforms/InstCombine/APInt
> added to the repository
>
Hrm? Why a subdirectory?
-Chris
__
Changes in directory llvm/test/Transforms/InstCombine/APInt:
---
Log message:
Directory /var/cvs/llvm/llvm/test/Transforms/InstCombine/APInt added to the
repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing li
22 matches
Mail list logo