view gcc/testsuite/gcc.target/aarch64/mvn_zero_ext.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-options "-O2" } */

/*
** foo:
**	mvn	w0, w0
**	ret
*/
unsigned long long
foo (unsigned a)
{
  return ~a;
}

/* { dg-final { check-function-bodies "**" "" "" } } */