search for: unexpectedunsignedtype

Displaying 8 results from an estimated 8 matches for "unexpectedunsignedtype".

2015 Aug 03
3
[LLVMdev] RFC: what is the purpose of test/CodeGen/Generic?
Hi all, I wonder about this directory and the 162 tests that are in it. Most tests have only this run line: ; RUN: llc < %s And when I look at the log of some tests like: test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll The comment inside is: ; This caused the backend to assert out with: ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type”’ I doubt we are effectively testing the Sparc backend unless you run the validation on a Sparc. Since “CodeGen” can’t really be generic...
2015 Sep 04
2
Testing "normal" cross-compilers versus GPU backends
...attached, let me know which ones you’d like me to investigate. > > Tests: > <failing_tests> > > (note I forced enable the “native” feature on this run) So, just looking at the first one in that list for an example, running: llc -mtriple amdgcn test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll you get an error of: error: unsupported call to function bar in foo ...because apparently AMDGPU simply doesn't support function calls. At all. That is a rather unusual feature to be missing, and I'd imagine is causing a fair number of the other nominally-generic tests to fail too...
2015 Sep 08
3
Testing "normal" cross-compilers versus GPU backends
...vestigate. >>> Tests: >>> <failing_tests> >>> >>> (note I forced enable the “native” feature on this run) >> So, just looking at the first one in that list for an example, running: >> llc -mtriple amdgcn test/CodeGen/Generic/2002-04-14- >> UnexpectedUnsignedType.ll >> you get an error of: >> error: unsupported call to function bar in foo >> >> ..because apparently AMDGPU simply doesn't support function calls. At all. >> >> That is a rather unusual feature to be missing, and I'd imagine is causing >> a fair...
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...me/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc ing.llx/testscript.2004-04-09-SameValueCoalescing.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 R...
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
...j/test/tmp/tr2004-04-09-SameValueCoalesc > ing.llx/testscript.2004-04-09-SameValueCoalescing.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.LL...
2015 Sep 04
4
Testing "normal" cross-compilers versus GPU backends
> On Sep 3, 2015, at 5:56 PM, Robinson, Paul <Paul_Robinson at playstation.sony.com> wrote: > > > >> -----Original Message----- >> From: Mehdi Amini [mailto:mehdi.amini at apple.com] >> Sent: Thursday, September 03, 2015 3:26 PM >> To: Robinson, Paul >> Cc: Tom Stellard; llvm-dev at lists.llvm.org; NAKAMURA Takumi >> Subject: Re: Testing