[PATCH][ARM] Add no-fpu test case

Renato Golin renato.golin at linaro.org
Tue Oct 8 04:40:06 PDT 2013


Hi Amara,

The test is a bit confusing, as it has too many identical checks for
different (but very similar) tags. Also, NONEON and NONEON-VFP is identical
for the purposes of this test.

By default, armv7 selects Coertex-A8, which has VFP3, so you may want:
 * DEFAULT: neon+fp (no -mattr at all),
 * NEON: (-mattr=-vfp3),
 * VFP: (-mattr=-neon),
 * SCALAR: (-mattr=-neon,-vfp3)

cheers,
--renato


On 7 October 2013 15:39, Amara Emerson <amara.emerson at arm.com> wrote:

> Hi,
>
> The attached test case verifies that fp/neon instructions are not emitted
> when the relevant subtarget features are disabled. There is no check for
> "no
> vfp but neon present" because neon depends on vfpv3 in the backend.
>
> Amara
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131008/eca474ef/attachment.html>


More information about the llvm-commits mailing list