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:57:50 PST 2015


On 1 December 2015 at 19:53, James Molloy <james at jamesmolloy.co.uk> wrote:
> I think I'd be OK with demoting these tests to the test-suite, and dealing
> with the slightly lower amount of testing that comes with it if it means we
> can keep the clang tests in a nice shape.

If the tests are independent of sub-architecture and instruction set, then yes.

If not, it means we'll have to have one test-suite per ISA / sub-arch
combination, in the same way we already (try to) have one Clang+LLVM
for each. This shows how it can go exponential.

cheers,
--renato


More information about the cfe-commits mailing list