search for: useboolinotherbb

Displaying 10 results from an estimated 10 matches for "useboolinotherbb".

2004 Aug 20
1
[LLVMdev] Optimized Nightly Test Regressions
...rget 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 -------------- next part -------------- A non-text attachment was scrubbed......
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...st/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 : XPASS Regression.LLC.2003-07-06-BadIntCmp : XPASS...
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>
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...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 : XPASS > > Regression.L...
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
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
...eGen/Generic/2003-05-27-phifcmpd.ll | llc .ident "LLVM-ia64" .psr lsb .radix C .psr abi64 Cannot yet select: 0x2000000001d76120: i1 = setcc 0x2000000001d46520, 0x2000000001d48240, 0x2000000001d08fe0 FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/ 2003-05-27-useboolinotherbb.ll Failed with signal(SIGABRT) at line 1 while running: llvm-as < /dumpster/home/marcel/LLVM/src/llvm/test/ CodeGen/Generic/2003-05-27-useboolinotherbb.ll | llc .ident "LLVM-ia64" .psr lsb .radix C .psr abi64 Cannot yet select: 0x2000000001d76120: i1 = setcc 0x2000000001d4...
2008 May 28
0
[LLVMdev] A quick update on FreeBSD support
...t; .ident "LLVM-ia64" > > .psr lsb > .radix C > .psr abi64 > Cannot yet select: 0x2000000001d76120: i1 = setcc 0x2000000001d46520, > 0x2000000001d48240, 0x2000000001d08fe0 > > FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/ > 2003-05-27-useboolinotherbb.ll This looks like ia64 backend isn't handling 'setune' (set if unordered or not equal), and looks like an easy place to start. Check out IA64InstrInfo.td, around line 292 for a place to start: def FCMPEQ : AForm_DAG<0x03, 0x0b, (outs PR:$dst), (ins FP:$src1, FP: $src2),...
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...: 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.ll LLVM : : CodeGen/Generic/2006-03-01-dagcombineinfloo...