search for: nemanjai

Displaying 9 results from an estimated 9 matches for "nemanjai".

Did you mean: nemanja
2020 Sep 03
2
Flakey failure on clang-ppc64le-linux-multistage
...at lists.llvm.org> *On Behalf Of *Nico > Weber via llvm-dev > *Sent:* Thursday, September 3, 2020 4:16 PM > *To:* David Blaikie <dblaikie at gmail.com> > *Cc:* llvm-dev <llvm-dev at lists.llvm.org>; LLVM on Power < > powerllvm at ca.ibm.com>; Nemanja Ivanovic <nemanjai at ca.ibm.com> > *Subject:* Re: [llvm-dev] Flakey failure on clang-ppc64le-linux-multistage > > > > https://llvm.org/docs/CommandGuide/lit.html > <https://urldefense.com/v3/__https:/llvm.org/docs/CommandGuide/lit.html__;!!JmoZiZGBv3RvKRSx!pMM0AcKS3gRL1wx2OJk-DMZG6KNuO3f602IL...
2020 Sep 03
2
Flakey failure on clang-ppc64le-linux-multistage
...e if we can make any sense of this. >> >> >>>>> >> >> >>>>> Nemanja Ivanovic >> >> >>>>> LLVM PPC Backend Development >> >> >>>>> IBM Toronto Lab >> >> >>>>> Email: nemanjai at ca.ibm.com >> >> >>>>> Phone: 905-413-3388 <(905)%20413-3388> >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> ----- Original message ----- >> >&gt...
2020 Sep 02
2
Flakey failure on clang-ppc64le-linux-multistage
...took a > quick look through the last 100 builds and this test has failed 13 times. > This is certainly something we need to look at. We will investigate and see > if we can make any sense of this. > > Nemanja Ivanovic > LLVM PPC Backend Development > IBM Toronto Lab > Email: nemanjai at ca.ibm.com > Phone: 905-413-3388 > > > > ----- Original message ----- > From: David Blaikie <dblaikie at gmail.com> > To: llvm-dev <llvm-dev at lists.llvm.org>, Nico Weber <thakis at chromium.org>, > Serge Pavlov <sepavloff at gmail.com>, powerllvm...
2020 Sep 04
2
Flakey failure on clang-ppc64le-linux-multistage
...> > *From:* Nico Weber <thakis at chromium.org> > *Sent:* Thursday, September 3, 2020 6:23 PM > *To:* Robinson, Paul <paul.robinson at sony.com> > *Cc:* David Blaikie <dblaikie at gmail.com>; LLVM on Power < > powerllvm at ca.ibm.com>; Nemanja Ivanovic <nemanjai at ca.ibm.com>; > llvm-dev at lists.llvm.org > *Subject:* Re: [llvm-dev] Flakey failure on clang-ppc64le-linux-multistage > > > > I think that was maybe the discussion on https://reviews.llvm.org/D78245 > <https://urldefense.com/v3/__https:/reviews.llvm.org/D78245__;!!Jmo...
2020 Sep 03
2
Flakey failure on clang-ppc64le-linux-multistage
...his test has failed 13 times. >>> This is certainly something we need to look at. We will investigate and see >>> if we can make any sense of this. >>> >>> Nemanja Ivanovic >>> LLVM PPC Backend Development >>> IBM Toronto Lab >>> Email: nemanjai at ca.ibm.com >>> Phone: 905-413-3388 >>> >>> >>> >>> ----- Original message ----- >>> From: David Blaikie <dblaikie at gmail.com> >>> To: llvm-dev <llvm-dev at lists.llvm.org>, Nico Weber <thakis at chromium.org>, &gt...
2020 Sep 01
2
Flakey failure on clang-ppc64le-linux-multistage
Seems there were a couple of correlated failures that appear to be flakes on this buildbot recently: green: http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/13974 red: http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/13975 (target-override.c during stage 1, seems to be missing the directory/symlink it just created) red:
2020 Sep 03
2
Flakey failure on clang-ppc64le-linux-multistage
...ailed 13 times. This is certainly something we need to look at. We will investigate and see if we can make any sense of this. >>>>> >>>>> Nemanja Ivanovic >>>>> LLVM PPC Backend Development >>>>> IBM Toronto Lab >>>>> Email: nemanjai at ca.ibm.com >>>>> Phone: 905-413-3388 >>>>> >>>>> >>>>> >>>>> ----- Original message ----- >>>>> From: David Blaikie <dblaikie at gmail.com> >>>>> To: llvm-dev <llvm-dev at lists.llvm...
2020 Sep 03
3
Flakey failure on clang-ppc64le-linux-multistage
...e need to look at. We will investigate and see if we can make any sense of this. >> >>>>> >> >>>>> Nemanja Ivanovic >> >>>>> LLVM PPC Backend Development >> >>>>> IBM Toronto Lab >> >>>>> Email: nemanjai at ca.ibm.com >> >>>>> Phone: 905-413-3388 >> >>>>> >> >>>>> >> >>>>> >> >>>>> ----- Original message ----- >> >>>>> From: David Blaikie <dblaikie at gmail.com> >&g...
2017 Aug 31
3
[RFC] Value Range Based Optimization Opportunity in LLVM
Hi All, We have recently found some optimization opportunities created by replicating code into branches in order to enable optimization. In general, the optimization opportunity we are pursuing is like the following. Given pseudo-code: // block A if (some condition) // block B // block C If it can be efficiently proven that some portion of block C can be simplified had control flow not