store-motion-fgcse-sm.c (dg-final): Cleanup store_modtion rtl dump.
* gcc.dg/store-motion-fgcse-sm.c (dg-final): Cleanup store_modtion rtl dump. * gcc.dg/var-expand1.c (dg-final): Cleanup loop2_unroll rtl dump. * gcc.dg/var-expand3.c (dg-final): Ditto. From-SVN: r217961
This commit is contained in:
parent
4994a30f2a
commit
0211f6178a
4 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2014-11-22 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/store-motion-fgcse-sm.c (dg-final): Cleanup
|
||||
store_modtion rtl dump.
|
||||
* gcc.dg/var-expand1.c (dg-final): Cleanup loop2_unroll rtl dump.
|
||||
* gcc.dg/var-expand3.c (dg-final): Ditto.
|
||||
|
||||
2014-11-22 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/i386/avx512vl-vpermb-2.c: Require avx512vbmi.
|
||||
|
@ -1876,7 +1883,7 @@
|
|||
* g++.dg/ipa/devirt-45.C (dg-options): Ditto.
|
||||
* g++.dg/tree-prof/morefunc.C (dg-final-use): Cleanup profile ipa dump.
|
||||
* g++.dg/tree-prof/reorder.C (dg-final-use): Ditto.
|
||||
* g++.dg/tree-prof/pr35545.C (dg-fina-use): Cleanup profile_estimate
|
||||
* g++.dg/tree-prof/pr35545.C (dg-final-use): Cleanup profile_estimate
|
||||
ipa dump.
|
||||
* gcc.dg/fold-reassoc-3.c (dg-final): Fix scan string.
|
||||
Cleanup original tree dump.
|
||||
|
|
|
@ -30,3 +30,5 @@ main ()
|
|||
|
||||
/* Check that -fgcse-sm did something for f. */
|
||||
/* { dg-final { scan-rtl-dump "STORE_MOTION of f, .* basic blocks, 1 insns deleted, 1 insns created" "store_motion" } } */
|
||||
/* { dg-final { cleanup-rtl-dump "store_motion" } } */
|
||||
|
||||
|
|
|
@ -25,4 +25,4 @@ int main (void)
|
|||
}
|
||||
|
||||
/* { dg-final { scan-rtl-dump "Expanding Accumulator" "loop2_unroll" } } */
|
||||
/* { dg-final { cleanup-rtl-dump "loop*" } } */
|
||||
/* { dg-final { cleanup-rtl-dump "loop2_unroll" } } */
|
||||
|
|
|
@ -51,7 +51,7 @@ main (void)
|
|||
}
|
||||
|
||||
/* { dg-final { scan-rtl-dump "Expanding Accumulator" "loop2_unroll" } } */
|
||||
/* { dg-final { cleanup-rtl-dump "loop*" } } */
|
||||
/* { dg-final { cleanup-rtl-dump "loop2_unroll" } } */
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue