Displaying 9 results from an estimated 9 matches for "emptystruct".
2011 Jan 08
1
[LLVMdev] make check on Darwin - some failed tests.
Hi,
I started playing with llvm on Darwin.
When I do a "make check" from the llvm root, I am getting these failed tests:
Failing Tests (13):
LLVM :: FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp
LLVM :: FrontendC++/2010-05-12-PtrToMember-Dbg.cpp
LLVM :: FrontendC/2007-05-16-EmptyStruct.c
LLVM :: FrontendC/2007-10-01-BuildArrayRef.c
LLVM :: FrontendC/2010-08-12-asm-aggr-arg.c
LLVM :: FrontendC/2010-11-16-asmblock.c
LLVM :: FrontendC/2010-12-01-CommonGlobal.c
LLVM :: FrontendC/arrayderef.c
LLVM :: FrontendC/asm-reg-var-local.c
LLVM :: FrontendC/misaligne...
2013 Jan 17
0
[LLVMdev] Chromebook: floating point constant invalid for type
...type
store float 1.0, float* %tmpcast2, align 4
Searching the list, I found that it has to do with how LLVM represents
floating points in the IR, and frankly, I'm at a loss. Above, opt seems to
be requiring an hexa literal, while the error below is requiring the
numeric literal:
2011-11-11-EmptyStruct.ll:10:10: error: expected string not found in input
; CHECK: ret double 1.0
^
<stdin>:4:23: note: scanning from here
define double @test() nounwind uwtable ssp {
^
<stdin>:6:2: note: possible intended match here
ret double 0x3FF7ED38F90
^
The post I fou...
2013 Jun 24
1
[LLVMdev] DebugInfo: Missing non-trivially-copyable parameters in SelectionDAG
...instruction after the first terminator" errors - but it /looks/ like
that could be reproduced without the unused parameters & without my
change, but that's just my own naive guess.
-------------- next part --------------
-- Testing: 51 tests, 12 threads --
FAIL: LLVM :: CodeGen/PowerPC/emptystruct.ll (1 of 51)
******************** TEST 'LLVM :: CodeGen/PowerPC/emptystruct.ll' FAILED ********************
Script:
--
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/bin/./llc -mcpu=pwr7 -O0 -fast-isel=false < /usr/local/google/home/blaikie/dev/llvm/src/test/CodeGen/PowerPC/em...
2018 Jan 24
2
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...upCR.ll
> llvm/trunk/test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
> llvm/trunk/test/CodeGen/PowerPC/MMO-flags-assertion.ll
> llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
> llvm/trunk/test/CodeGen/PowerPC/ctrloop-reg.ll
> llvm/trunk/test/CodeGen/PowerPC/emptystruct.ll
> llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll
> llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll
> llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll
> llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll
> llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll
> llvm/trunk/test...
2018 Jan 24
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...werPC/2011-12-05-NoSpillDupCR.ll
llvm/trunk/test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
llvm/trunk/test/CodeGen/PowerPC/MMO-flags-assertion.ll
llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
llvm/trunk/test/CodeGen/PowerPC/ctrloop-reg.ll
llvm/trunk/test/CodeGen/PowerPC/emptystruct.ll
llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll
llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll
llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll
llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll
llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll
llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-s...
2018 Jan 25
2
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...lvm/trunk/test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
>> llvm/trunk/test/CodeGen/PowerPC/MMO-flags-assertion.ll
>> llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
>> llvm/trunk/test/CodeGen/PowerPC/ctrloop-reg.ll
>> llvm/trunk/test/CodeGen/PowerPC/emptystruct.ll
>> llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll
>> llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll
>> llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll
>> llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll
>> llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll
&g...
2018 Jan 25
3
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...odeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
>>> llvm/trunk/test/CodeGen/PowerPC/MMO-flags-assertion.ll
>>> llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
>>> llvm/trunk/test/CodeGen/PowerPC/ctrloop-reg.ll
>>> llvm/trunk/test/CodeGen/PowerPC/emptystruct.ll
>>> llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll
>>> llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll
>>> llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll
>>> llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll
>>> llvm/trunk/test/CodeGen/Powe...
2018 Jan 25
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...werPC/2011-12-05-NoSpillDupCR.ll
llvm/trunk/test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
llvm/trunk/test/CodeGen/PowerPC/MMO-flags-assertion.ll
llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
llvm/trunk/test/CodeGen/PowerPC/ctrloop-reg.ll
llvm/trunk/test/CodeGen/PowerPC/emptystruct.ll
llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll
llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll
llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll
llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll
llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll
llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-s...
2018 Jan 25
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...werPC/2011-12-05-NoSpillDupCR.ll
llvm/trunk/test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
llvm/trunk/test/CodeGen/PowerPC/MMO-flags-assertion.ll
llvm/trunk/test/CodeGen/PowerPC/aantidep-inline-asm-use.ll
llvm/trunk/test/CodeGen/PowerPC/ctrloop-reg.ll
llvm/trunk/test/CodeGen/PowerPC/emptystruct.ll
llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll
llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll
llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll
llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll
llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll
llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-s...