Displaying 2 results from an estimated 2 matches for "arrayinit".
Did you mean:
array_init
2007 Aug 20
5
[LLVMdev] Problem with missing support for non-zero contant initializers.
...requires that (per
default) static arrays are initialized with the default initializer
for the element type. For float this happens to be NaN, so I cannot
use a 'zeroinitializer'.
This is problematic as D code like:
*******************************************************************
module arrayinit;
float[32] table;
*******************************************************************
generates LLVM like:
*******************************************************************
; ModuleID = 'test/arrayinit.bc'
target datalayout =
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64...
2009 May 27
0
[LLVMdev] Build fails on windows using VS2008
...a pointer, expand the AddRec with a GEP.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090527/b02cb2ab/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arrayInit.patch
Type: application/octet-stream
Size: 631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090527/b02cb2ab/attachment.obj>