Commit 218155e7 by Bernd Schmidt Committed by Bernd Schmidt

* gcc.target/i386/lzcnt-1.c: Allow a different lzcntw output register.

From-SVN: r235431
parent 7db11a5a
2016-04-26 Bernd Schmidt <bschmidt@redhat.com>
* gcc.target/i386/lzcnt-1.c: Allow a different lzcntw output register.
2016-04-25 Richard Biener <rguenther@suse.de> 2016-04-25 Richard Biener <rguenther@suse.de>
PR tree-optimization/70780 PR tree-optimization/70780
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -mlzcnt " } */ /* { dg-options "-O2 -mlzcnt " } */
/* { dg-final { scan-assembler "lzcntw\[^\\n]*(%|)ax" } } */ /* { dg-final { scan-assembler "lzcntw\[^\\n]*(%|)\[ad\]\[xi\]" } } */
#include <x86intrin.h> #include <x86intrin.h>
......
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