Displaying 10 results from an estimated 10 matches for "phifcmpd".
2004 Aug 20
1
[LLVMdev] Optimized Nightly Test Regressions
...anyone know about this error?
llc: error auto-selecting target for module 'Cannot choose between
targets "sparcv9" and "ppc64"'. Please use the -march option to
explicitly pick a target.
We have five new regressions resulting in that message:
Regression.LLC.2003-05-27-phifcmpd : FAIL , expected PASS
Regression.LLC.2003-05-27-useboolinotherbb : FAIL , expected PASS
Regression.LLC.2003-05-27-usefsubasbool : FAIL , expected PASS
Regression.LLC.2003-07-07-BadLongConst : FAIL , expected PASS
Regression.LLC.2003-07-08-BadCastToBool : FAIL , expected PASS
Reid
-----------...
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
....llx
Output:
/usr/home/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
ing.llx/testscript.2004-04-09-SameValueCoalescing.llx.out
Regression.LLC.2002-04-14-UnexpectedUnsignedType: XPASS
Regression.LLC.2002-04-16-StackFrameSizeAlignment: XPASS
Regression.LLC.2003-05-27-phifcmpd : XPASS
Regression.LLC.2003-05-27-useboolinotherbb : XPASS
Regression.LLC.2003-05-27-usefsubasbool : XPASS
Regression.LLC.2003-05-28-ManyArgs : XPASS
Regression.LLC.2003-05-30-BadFoldGEP : XPASS
Regression.LLC.2003-05-30-BadPreselectPhi : X...
2008 May 28
0
[LLVMdev] A quick update on FreeBSD support
...ion failed: (ResNo < NumValues && "Illegal result number!"),
> function getValueType, file /dumpster/home/marcel/LLVM/src/llvm/
> include/llvm/CodeGen/SelectionDAGNodes.h, line 1220.
>
> FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/
> 2003-05-27-phifcmpd.ll
> Failed with signal(SIGABRT) at line 1
> while running: llvm-as < /dumpster/home/marcel/LLVM/src/llvm/test/
> CodeGen/Generic/2003-05-27-phifcmpd.ll | llc
This looks like the isel pass is creating an LD8 node with no chain
result:
0x1204e00: i64 = LD8 0x1204da0
This patch shoul...
2004 Jun 20
0
[LLVMdev] llvm test results for FreeBSD platform
Thanks Vladimir. That's great! Glad you got it working.
BTW, the failures you're seeing have been experienced by Chris and I as
well. Chris is diligently working on making the LLVM processing more
consistent so he track down the problem. A week ago or so, these tests
passed at 100%.
Reid.
On Sun, 2004-06-20 at 15:50, Vladimir Merzliakov wrote:
> In attached file.
>
> Vladimir
2004 Jun 20
2
[LLVMdev] llvm test results for FreeBSD platform
In attached file.
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test2004_06_20.log
Type: application/octet-stream
Size: 88488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040620/98042f01/attachment.obj>
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
...| grep -v 0x0
Assertion failed: (ResNo < NumValues && "Illegal result number!"),
function getValueType, file /dumpster/home/marcel/LLVM/src/llvm/
include/llvm/CodeGen/SelectionDAGNodes.h, line 1220.
FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/
2003-05-27-phifcmpd.ll
Failed with signal(SIGABRT) at line 1
while running: llvm-as < /dumpster/home/marcel/LLVM/src/llvm/test/
CodeGen/Generic/2003-05-27-phifcmpd.ll | llc
.ident "LLVM-ia64"
.psr lsb
.radix C
.psr abi64
Cannot yet select: 0x2000000001d76120: i1 = setcc 0x2000000001d46520,...
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...rer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
> ing.llx/testscript.2004-04-09-SameValueCoalescing.llx.out
>
> Regression.LLC.2002-04-14-UnexpectedUnsignedType: XPASS
>
> Regression.LLC.2002-04-16-StackFrameSizeAlignment: XPASS
>
> Regression.LLC.2003-05-27-phifcmpd : XPASS
>
> Regression.LLC.2003-05-27-useboolinotherbb : XPASS
>
> Regression.LLC.2003-05-27-usefsubasbool : XPASS
>
> Regression.LLC.2003-05-28-ManyArgs : XPASS
>
> Regression.LLC.2003-05-30-BadFoldGEP : XPASS
>
> Regr...
2008 May 24
0
[LLVMdev] A quick update on FreeBSD support
On May 24, 2008, at 11:43 AM, Marcel Moolenaar wrote:
> All,
>
> So far I've tried LLVM on amd64, i386, ia64 and powerpc under FreeBSD
> and aside for ia64, things look pretty good for a first try. There
> are 2 unexpected failures for PowerPC, which appear to be caused by
> uninitialized memory. I'm still working on a fix for that (need to
> brush up on my C++
2008 May 24
2
[LLVMdev] A quick update on FreeBSD support
All,
So far I've tried LLVM on amd64, i386, ia64 and powerpc under FreeBSD
and aside for ia64, things look pretty good for a first try. There
are 2 unexpected failures for PowerPC, which appear to be caused by
uninitialized memory. I'm still working on a fix for that (need to
brush up on my C++ skills).
[sidenote: In FreeBSD -current, the memory allocator initializes
memory with 0xa5
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...Clang : : PCH/working-directory.cpp
Clang : : Preprocessor/mmx.c
Clang : : Preprocessor/predefined-arch-macros.c
Clang : : Sema/arm-neon-types.c
Clang : : SemaObjC/cocoa.m
Clang : : SemaTemplate/instantiate-function-1.cpp
LLVM : : CodeGen/Generic/2003-05-27-phifcmpd.ll
LLVM : : CodeGen/Generic/2003-05-27-useboolinotherbb.ll
LLVM : : CodeGen/Generic/2003-05-27-usefsubasbool.ll
LLVM : : CodeGen/Generic/2003-05-30-BadPreselectPhi.ll
LLVM : : CodeGen/Generic/2003-07-29-BadConstSbyte.ll
LLVM : : CodeGen/Generic/2006-02-12-InsertLibcall...