Fix PR44185: prefetch test failures.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jun 2010 17:54:39 +0000 (17:54 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jun 2010 17:54:39 +0000 (17:54 +0000)
commit04e5ac1ad1b1da8816408483ed3364dde1ffad82
tree8aca1a54b47298a26365ef935106dc5b487cacbd
parent63bd5286299b1e177addbe74f764b1f842b176e9
Fix PR44185: prefetch test failures.

2010-06-10  Changpeng Fang  <changpeng.fang@amd.com>

PR middle-end/44185
* gcc.dg/tree-ssa/prefetch-7.c: take the loops that will generate
non-temporal stores out of the tests to form new test cases.  As a
result, no non-temporal store should be generated in this case.

* gcc.dg/tree-ssa/prefetch-8.c: New.  Test from original
prefetch-7.c that generate one non-temporal store.

* gcc.dg/tree-ssa/prefetch-9.c: New.  Test from original
prefetch-7.c that generate one non-temporal store and one
one-temporal prefetch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160566 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/prefetch-7.c
gcc/testsuite/gcc.dg/tree-ssa/prefetch-8.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/prefetch-9.c [new file with mode: 0644]