Tim Northover via llvm-dev
2017-Apr-04 16:55 UTC
[llvm-dev] [GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
On 4 April 2017 at 06:55, Diana Picus via llvm-dev <llvm-dev at lists.llvm.org> wrote:> On the test-suite, we get 2 timeouts during execution (paq8p and > scimark2).Interesting. I'd not seen those failures in the configurations I'd run. I'll look into them (other than that my best bet for debugging is a kernel panic, this has to be easier!).> On the test-suite, we get 2 timeouts during execution (paq8p and > scimark2). Other than that, everything seems to run just fine. We have > about 7410 unique fallbacks out of 52367 unique functions. Assuming I > counted right (please let me know if this looks fishy, I personally > find the total number of functions terrifyingly small).It's about 275000 before uniqueing (which roughly matches an earlier measurement I did). The duplication seems to be dominated by the halide tests, though you have to be a little careful with "main" (which occurs about 500 times). At a glance I'd put the total closer to 53000 (52420 + 492 extra copies of main), but that's a small difference to your figure. Tim.
Tim Northover via llvm-dev
2017-Apr-04 17:23 UTC
[llvm-dev] [GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
On 4 April 2017 at 09:55, Tim Northover <t.p.northover at gmail.com> wrote:> On 4 April 2017 at 06:55, Diana Picus via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> On the test-suite, we get 2 timeouts during execution (paq8p and >> scimark2). > > Interesting. I'd not seen those failures in the configurations I'd > run. I'll look into them (other than that my best bet for debugging is > a kernel panic, this has to be easier!).I just ran the tests on Linux. Those two were last to finish, but they did terminate eventually for me. Bother, back to the kernel. Tim.
Eric Christopher via llvm-dev
2017-Apr-04 19:47 UTC
[llvm-dev] [GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
I'll try a run here shortly, it's just going to take a while. -eric On Tue, Apr 4, 2017 at 10:23 AM Tim Northover via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On 4 April 2017 at 09:55, Tim Northover <t.p.northover at gmail.com> wrote: > > On 4 April 2017 at 06:55, Diana Picus via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> On the test-suite, we get 2 timeouts during execution (paq8p and > >> scimark2). > > > > Interesting. I'd not seen those failures in the configurations I'd > > run. I'll look into them (other than that my best bet for debugging is > > a kernel panic, this has to be easier!). > > I just ran the tests on Linux. Those two were last to finish, but they > did terminate eventually for me. Bother, back to the kernel. > > Tim. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170404/98c5b2ea/attachment.html>
Gerolf Hoflehner via llvm-dev
2017-Apr-07 07:34 UTC
[llvm-dev] [GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
> On Apr 4, 2017, at 10:23 AM, Tim Northover via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 4 April 2017 at 09:55, Tim Northover <t.p.northover at gmail.com> wrote: >> On 4 April 2017 at 06:55, Diana Picus via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >>> On the test-suite, we get 2 timeouts during execution (paq8p and >>> scimark2). >> >> Interesting. I'd not seen those failures in the configurations I'd >> run. I'll look into them (other than that my best bet for debugging is >> a kernel panic, this has to be easier!). > > I just ran the tests on Linux. Those two were last to finish, but they > did terminate eventually for me. Bother, back to the kernel.But how do the compile-times compare vs FastIsel?> > Tim. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev