]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-ssa-loop-prefetch.c
pr45260 Don't generate prefetch if the address of base could not be taken.
authorChangpeng Fang <changpeng.fang@amd.com>
Mon, 23 Aug 2010 17:45:08 +0000 (17:45 +0000)
committerChangpeng Fang <cfang@gcc.gnu.org>
Mon, 23 Aug 2010 17:45:08 +0000 (17:45 +0000)
commitbc068a23d095cf8bc0126c663fee5e8c50c6699c
tree9db10ff1386e8c9e1c0147f462aacb0ee6eaab28
parentf8895c4b7f7014fa8daf1d71e3c33c9bf933db97
pr45260 Don't generate prefetch if the address of base could not be taken.

* tree-flow.h (may_be_nonaddressable_p): New definition. Make the
existing static function global.

*tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
is changed to global.

*tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
may_be_nonaddressable_p on base, and don't collect this reference
if the address of the base could not be taken.

From-SVN: r163475
gcc/ChangeLog
gcc/tree-flow.h
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-loop-prefetch.c