On 4/30/18 10:36 AM, Carl Love wrote:
> -/* We generate xxlor instructions for many reasons other than or'ing vector
> - operands or calling __builtin_vec_or(), which means we cannot rely on
> - their usage counts being stable. Therefore, we just ensure at least one
> - xxlor instruction was generated. */
> -/* { dg-final { scan-assembler "xxlor" } } */
[snip]
> +/* { dg-final { scan-assembler-times "xxlor" 25 } } */
Please do not change back to counting xxlor insns. We used to do that before
my change in March where I added the comment you are removing that explains
the folly of trying to count them.
Peter