https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127564
--- Comment #1 from Hongtao Liu <liuhongt at gcc dot gnu.org> ---
/* This is an example of a loop that we could tail predicate but currently
don't. */
/* { dg-final { scan-assembler "letp" { xfail *-*-* } } } */
this is from gcc.target/arm/mve/dlstp-compile-asm-3.c, looks like we can remove
xfail for better codegen?
