search for: fabsdr

Displaying 7 results from an estimated 7 matches for "fabsdr".

2017 May 12
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
Hi, I ran into a little snag on the test-suite: https://bugs.llvm.org/show_bug.cgi?id=33021 It boils down to GlobalISel generating calls to fabs instead of using FABSDr (so we get undefined references). Cheers, Diana On 11 May 2017 at 18:40, Quentin Colombet <qcolombet at apple.com> wrote: > Hi Diana, > > Thanks for the summary. > > On May 11, 2017, at 4:01 AM, Diana Picus <diana.picus at linaro.org> wrote: > > Hi all, > >...
2017 May 12
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...On 12 May 2017 at 13:44, Diana Picus <diana.picus at linaro.org> wrote: > > Hi, > > > > I ran into a little snag on the test-suite: > > https://bugs.llvm.org/show_bug.cgi?id=33021 > > It boils down to GlobalISel generating calls to fabs instead of using > > FABSDr (so we get undefined references). > > > > Cheers, > > Diana > > > > On 11 May 2017 at 18:40, Quentin Colombet <qcolombet at apple.com> wrote: > >> Hi Diana, > >> > >> Thanks for the summary. > >> > >> On May 11, 2017,...
2017 May 16
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...icus at linaro.org> wrote: >>> > Hi, >>> > >>> > I ran into a little snag on the test-suite: >>> > https://bugs.llvm.org/show_bug.cgi?id=33021 >>> > It boils down to GlobalISel generating calls to fabs instead of using >>> > FABSDr (so we get undefined references). >>> > >>> > Cheers, >>> > Diana >>> > >>> > On 11 May 2017 at 18:40, Quentin Colombet <qcolombet at apple.com> wrote: >>> >> Hi Diana, >>> >> >>> >> Thank...
2017 May 18
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...nicely at -O0. > > On 12 May 2017 at 13:44, Diana Picus <diana.picus at linaro.org> wrote: > > Hi, > > I ran into a little snag on the test-suite: > https://bugs.llvm.org/show_bug.cgi?id=33021 > It boils down to GlobalISel generating calls to fabs instead of using > FABSDr (so we get undefined references). > > Cheers, > Diana > > On 11 May 2017 at 18:40, Quentin Colombet <qcolombet at apple.com> wrote: > > Hi Diana, > > Thanks for the summary. > > On May 11, 2017, at 4:01 AM, Diana Picus <diana.picus at linaro.org> > wr...
2017 May 19
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...Picus <diana.picus at linaro.org> wrote: >>> >>> Hi, >>> >>> I ran into a little snag on the test-suite: >>> https://bugs.llvm.org/show_bug.cgi?id=33021 >>> It boils down to GlobalISel generating calls to fabs instead of using >>> FABSDr (so we get undefined references). >>> >>> Cheers, >>> Diana >>> >>> On 11 May 2017 at 18:40, Quentin Colombet <qcolombet at apple.com> wrote: >>> >>> Hi Diana, >>> >>> Thanks for the summary. >>> >&gt...
2017 May 22
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...nicely at -O0. > > On 12 May 2017 at 13:44, Diana Picus <diana.picus at linaro.org> wrote: > > Hi, > > I ran into a little snag on the test-suite: > https://bugs.llvm.org/show_bug.cgi?id=33021 > It boils down to GlobalISel generating calls to fabs instead of using > FABSDr (so we get undefined references). > > Cheers, > Diana > > On 11 May 2017 at 18:40, Quentin Colombet <qcolombet at apple.com> wrote: > > Hi Diana, > > Thanks for the summary. > > On May 11, 2017, at 4:01 AM, Diana Picus <diana.picus at linaro.org> > wr...
2017 May 11
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
Hi all, I'm still running some validation on this, I'll send an email when it's done. If that goes well I don't have anything against making the switch. For the record, here's a summary of issues that were deferred for later on (some of which are optimization-ish and we might decide to never do at -O0 at all): * Crash in RegBankSelect for half fp types: