Displaying 5 results from an estimated 5 matches for "lebedevri".
Did you mean:
lebedev
2019 Jul 03
2
buildbot failure in LLVM on sanitizer-x86_64-linux-gn
...> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-gn/builds/1820
>
> Buildbot URL: http://lab.llvm.org:8011/
>
> Buildslave for this Build: sanitizer-buildbot1
>
> Build Reason: scheduler
> Build Source Stamp: [branch trunk] 365011
> Blamelist: evgeny777,glider,lebedevri
>
> BUILD FAILED: failed annotate failed ninja failed ninja check-clangd
>
> sincerely,
> -The Buildbot
>
>
>
2019 Jun 27
2
buildbot failure in LLVM on sanitizer-x86_64-linux-gn
...are available at:
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-gn/builds/1575
>
> Buildbot URL: http://lab.llvm.org:8011/
>
> Buildslave for this Build: sanitizer-buildbot1
>
> Build Reason: scheduler
> Build Source Stamp: [branch trunk] 364600
> Blamelist: lebedevri,lhames
>
> BUILD FAILED: failed annotate failed ninja check-llvm
>
> sincerely,
> -The Buildbot
>
>
>
2019 Jul 31
2
buildbot failure in LLVM on sanitizer-x86_64-linux-gn
...s/1820
>> >
>> > Buildbot URL: http://lab.llvm.org:8011/
>> >
>> > Buildslave for this Build: sanitizer-buildbot1
>> >
>> > Build Reason: scheduler
>> > Build Source Stamp: [branch trunk] 365011
>> > Blamelist: evgeny777,glider,lebedevri
>> >
>> > BUILD FAILED: failed annotate failed ninja failed ninja check-clangd
>> >
>> > sincerely,
>> > -The Buildbot
>> >
>> >
>> >
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
UR...
2019 Feb 09
2
how experimental are the llvm.experimental.vector.reduce.* functions?
Something like this should work I think.
; ModuleID = 'test.ll'
source_filename = "test.ll"
define void @entry(<4 x i32>* %a, <4 x i32>* %b, <4 x i32>* %x) {
Entry:
%tmp = load <4 x i32>, <4 x i32>* %a, align 16
%tmp1 = load <4 x i32>, <4 x i32>* %b, align 16
%tmp2 = add <4 x i32> %tmp, %tmp1
%tmpsign = icmp slt <4 x
2019 Apr 25
2
How to use the pass 'Unroll and Jam'
Dear LLVM developers,
Recently I want to try the pass '-loop-unroll-and-jam' to observe how the
IR is transformed, but I don't see the IR changed after doing the following
steps.
Here are the details for preparing my experiment and I have tried the LLVM
6, 7 and 8:
1) Simple 2D array source code (loop.c) is given
```
#define M 32768
#define N 32768
double a[M][N], b[M][N],