blob: 7c70df5ac0eec1a5f5ed2b8a586fabeda5710bc6 (
plain)
1
2
3
4
5
6
7
8
9
|
/* { dg-do compile } */
/* { dg-options "-O2 -mvsx -fdump-tree-optimized" } */
/* { dg-require-effective-target powerpc_vsx } */
/* To test all permutations fed by CTOR and CST can be optimized away. */
#include "vec-perm-ctor.h"
/* { dg-final { scan-tree-dump-not "VIEW_CONVERT_EXPR" "optimized" } } */
|