Displaying 8 results from an estimated 8 matches for "s242".
Did you mean:
242
2008 Feb 12
2
[LLVMdev] an llvm-gcc bug
Here's a cute bug in llvm-gcc's struct translation:
struct S242 { char * a;int b[1]; } ;
struct S93 { __attribute__((aligned (8))) void * a; } ;
The second example is padded out to 8 bytes, so both of these look like
{ i8 *, [1 x i32] }
This leads the "struct type factory" StructType::get to think they are
the same.
But, the second field is marked...
2008 Feb 16
0
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
llvm itself is built with gcc-4.0, but the run line is:
// RUN: %llvmgxx -S -O0 -emit-llvm %s -o - | grep retval | grep S242 |
grep {i32 1} | count 2
According the log:
FAIL: /Volumes/Muggles/LLVM/nightlytest-pic/build/llvm/test/C+
+Frontend/2008-02-13-sret.cpp
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm -S -O0 -emit-llvm /
Volumes/Muggles/LLVM/nightlytest-pic/build/llvm/test/C++...
2008 Feb 16
2
[LLVMdev] [llvm-testresults] Grawp-PIC i386 nightly tester results
On Feb 16, 2008, at 11:32 AM, Evan Cheng wrote:
> But I am using llvm-gcc-4.2. Any idea why it's failing?
>
> Evan
All the failing testers are using gcc-4.0 according to the web pages
they point at.
> On Feb 16, 2008, at 11:24 AM, Dale Johannesen wrote:
>
>> On Feb 16, 2008, at 7:06 AM, Apache wrote:
>>> New Test Failures:
>>>
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...22.38 24.22 22.36 22.11
S232 6.89 6.94 6.89 6.89
S1232 15.31 16.43 15.05 15.10
S233 55.47 59.98 54.21 49.56
S2233 27.23 29.71 29.68 28.40
S235 44.08 47.85 46.94 43.93
S241 31.14 31.72 32.53 31.01
S242 7.20 7.21 7.20 7.20
S243 16.54 16.99 17.69 16.84
S244 14.51 14.93 16.91 16.82
S1244 14.72 15.02 14.77 14.40
S2244 10.09 10.60 10.40 10.06
S251 34.42 35.55 19.70 34.38
S1251 55.39 57.11 41.77 56...
2008 Feb 13
0
[LLVMdev] an llvm-gcc bug
Hi Dale,
> Here's a cute bug in llvm-gcc's struct translation:
>
> struct S242 { char * a;int b[1]; } ;
> struct S93 { __attribute__((aligned (8))) void * a; } ;
>
> The second example is padded out to 8 bytes, so both of these look like
> { i8 *, [1 x i32] }
> This leads the "struct type factory" StructType::get to think they are
> the same.
&g...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...22.33 22.94 22.36 22.11
S232 6.88 6.88 6.89 6.89
S1232 15.30 15.34 15.05 15.10
S233 55.38 58.55 54.21 49.56
S2233 27.08 29.77 29.68 28.40
S235 44.00 44.92 46.94 43.93
S241 31.09 31.35 32.53 31.01
S242 7.19 7.20 7.20 7.20
S243 16.52 17.09 17.69 16.84
S244 14.45 14.83 16.91 16.82
S1244 14.71 14.83 14.77 14.40
S2244 10.04 10.62 10.40 10.06
S251 34.15 35.75 19.70 34.38
S1251 55.23 57.84 41.77 56...
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...> S232 6.88 6.88 6.89 6.89
> S1232 16.00 15.34 15.05 15.10
> S233 57.48 58.55 54.21 49.56
> S2233 27.65 29.77 29.68 28.40
> S235 46.40 44.92 46.94 43.93
> S241 31.62 31.35 32.53 31.01
> S242 7.20 7.20 7.20 7.20
> S243 16.78 17.09 17.69 16.84
> S244 14.64 14.83 16.91 16.82
> S1244 14.98 14.83 14.77 14.40
> S2244 10.47 10.62 10.40 10.06
> S251 35.10 35.75 19.70 34.38
> S1251...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...23.78 22.94 22.36 22.11
S232 6.88 6.88 6.89 6.89
S1232 16.00 15.34 15.05 15.10
S233 57.48 58.55 54.21 49.56
S2233 27.65 29.77 29.68 28.40
S235 46.40 44.92 46.94 43.93
S241 31.62 31.35 32.53 31.01
S242 7.20 7.20 7.20 7.20
S243 16.78 17.09 17.69 16.84
S244 14.64 14.83 16.91 16.82
S1244 14.98 14.83 14.77 14.40
S2244 10.47 10.62 10.40 10.06
S251 35.10 35.75 19.70 34.38
S1251 56.65 57.84 41.77 56...