Skip to content
Commit b990f7d8 authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement a trivial form of store->load forwarding where the store and the

load are exactly consequtive.  This is picked up by other passes, but this
triggers thousands of times in fortran programs that use static locals
(and is thus a compile-time speedup).

llvm-svn: 23320
parent 4cd474eb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment