r254251 - ARM v8.1a adds Advanced SIMD instructions for Rounding Double Multiply

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 1 11:50:56 PST 2015


On 1 December 2015 at 19:42, James Molloy <james at jamesmolloy.co.uk> wrote:
> Why do you think it would be non trivial? Some simple lit tests aren't
> exactly arduous on most targets.

I mean having more points in the testing matrix.

Clang check-all is cheaper than running the test-suite, but if we
start moving more tests to the suite, we'll have to run it for more
combinations. For slow targets, that mostly means a new buildbot,
because you want the "fast" check-all to not be impeded by the "slow"
test-suite for every commit.

The "non-trivial" amount is the sole difference in how many machines
you can get to have a reasonable amount of commits in the blame-list
for everything we test, which is trivial on fast x86_64 servers.

--renato


More information about the cfe-commits mailing list