+2017-09-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/82342
+ * gcc.target/i386/pr82260-1.c: Add -mno-bmi2 to dg-options.
+ * gcc.target/i386/pr82260-2.c: Likewise.
+
2017-09-28 Sergey Shalnov <Sergey.Shalnov@intel.com>
* gcc.target/i386/avx512f-constant-float-return.c: New test.
/* PR target/82260 */
/* { dg-do compile { target lp64 } } */
-/* { dg-options "-Os -mtune=generic -masm=att" } */
+/* { dg-options "-Os -mtune=generic -masm=att -mno-bmi2" } */
/* movl %esi, %ecx is shorter than movb %sil, %cl. While
movl %edx, %ecx is the same size as movb %dl, %cl and
movl %r8d, %ecx is the same size as movb %r8b, %cl, movl
/* PR target/82260 */
/* { dg-do compile { target lp64 } } */
-/* { dg-options "-Os -mtune=generic -masm=att -mtune-ctrl=^partial_reg_dependency" } */
+/* { dg-options "-Os -mtune=generic -masm=att -mtune-ctrl=^partial_reg_dependency -mno-bmi2" } */
/* { dg-final { scan-assembler-not {\mmovb\t%sil, %cl} } } */
/* { dg-final { scan-assembler {\mmovl\t%esi, %ecx} } } */
/* { dg-final { scan-assembler {\mmovb\t%dl, %cl} } } */