Displaying 16 results from an estimated 16 matches for "testconst".
Did you mean:
testconsts
2019 Apr 11
2
128 bit float constant
Hi Tim,
Thanks for the hint.
I tried the following, (it's a C interface since that's what I need it for)
where a and b are
the top and bottom halves of the 128 bit value,
LLVMValueRef TestConst(LLVMContextRef C, uint64_t a, uint64_t b) {
Type *ty = Type::getFP128Ty(*unwrap(C));
ArrayRef<uint64_t> ar[2] = {a,b};
APInt ai(128,*ar);
APFloat quad(APFloat::IEEEquad(), ai);
return wrap(ConstantFP::get(ty,quad));
}
but for 1.0e0 it returns zero
store fp128 0xL0000000000000000...
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...Feature.mc.recursivetype : XPASS
Feature.mc.simplecalltest : XPASS
Feature.mc.small : XPASS
Feature.mc.smallest : XPASS
Feature.mc.testalloca : XPASS
Feature.mc.testconstants : XPASS
Feature.mc.testlogical : XPASS
Feature.mc.testmemory : XPASS
Feature.mc.testswitch : XPASS
Feature.mc.testvarargs : XPASS
Feature.mc.varargs...
2019 Apr 10
2
128 bit float constant
Hi,
Just wondering if it's possible to construct a 128 bit quad precision
floating point
constant without converting the value back to a string.
Cheers Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190410/a527f240/attachment.html>
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
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...dn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt< /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S | /bin/grep TestConst | count 2
couldn't execute "count": no such file or directory
...(more similar errors)...
^Cgot a INT signal, interrupted by user
=== Summary ===
# of expected passes 37
# of unexpected failures 23
make[1]: *** [check-local] Error 1
make: *** [check] Interrupt...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...dn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S |
/bin/grep TestConst | count 2
couldn't execute "count": no such file or directory
...(more similar errors)...
^Cgot a INT signal, interrupted by user
=== Summary ===
# of expected passes 37
# of unexpected failures 23
make[1]: *** [check-local] Error 1
make: *** [check] Interrupt
Please explai...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...dn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S |
/bin/grep TestConst | count 2
couldn't execute "count": no such file or directory
...(more similar errors)...
^Cgot a INT signal, interrupted by user
=== Summary ===
# of expected passes 37
# of unexpected failures 23
make[1]: *** [check-local] Error 1
make: *** [check] Interrupt
Please explai...
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
...: XPASS
>
> Feature.mc.simplecalltest : XPASS
>
> Feature.mc.small : XPASS
>
> Feature.mc.smallest : XPASS
>
> Feature.mc.testalloca : XPASS
>
> Feature.mc.testconstants : XPASS
>
> Feature.mc.testlogical : XPASS
>
> Feature.mc.testmemory : XPASS
>
> Feature.mc.testswitch : XPASS
>
> Feature.mc.testvarargs : XPASS
&g...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...dn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S |
/bin/grep TestConst | count 2
couldn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll -basicaa -licm -...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...dn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S |
/bin/grep TestConst | count 2
couldn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll -basicaa -licm -...
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
.../select.ll
Failed with signal(SIGABRT) at line 1
while running: llvm-as < /dumpster/home/marcel/LLVM/src/llvm/test/
CodeGen/Generic/select.ll | llc
.ident "LLVM-ia64"
.psr lsb
.radix C
.psr abi64
.section .text, "ax", "progbits"
.align 32
.global testConsts
.type testConsts, @function
testConsts:
alloc r3 = ar.pfs,0,0,0,0
// PSEUDO_ALLOC
;;
mov ar.pfs = r3
br.ret.sptk.many rp
.align 32
.global unusedBool
.type unusedBool, @function
unusedBool:
alloc r3 = ar.pfs,0,0,0,0
// PSEUDO_ALLOC
;;
mov ar.pfs = r3
br.ret.sptk.many rp
.align 3...
2010 Sep 09
0
[LLVMdev] How to run regression tests for ARM?
...dn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S |
/bin/grep TestConst | count 2
couldn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll -basicaa -licm -...
2010 Sep 09
3
[LLVMdev] How to run regression tests for ARM?
...dn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/pure-const-dce.ll -basicaa -gvn -S |
/bin/grep TestConst | count 2
couldn't execute "count": no such file or directory
FAIL: /mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll
Failed with posix(ENOENT,no such file or directory) at line 1
while running: opt <
/mnt/markhor/llvm/test/Analysis/BasicAA/store-promote.ll -basicaa -licm -...