Commit 0a7d7e09 by Andrew Pinski

Add forgotten new testcases.

From-SVN: r220629
parent 2efce5af
// { dg-do compile { target "aarch64*-*-*" } }
#include <arm_neon.h>
int
search_line_fast (uint32x2_t t)
{
return vget_lane_u32 (t, 0);
}
// { dg-do compile { target "aarch64*-*-*" } }
int
search_line_fast (void)
{
__builtin_aarch64_im_lane_boundsi (4, 0, 0); /* { dg-error "" } */
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment