summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoadValueNumbering.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* If the alias analysis algorithm we are using can provide MUST alias information,Chris Lattner2003-06-291-0/+5
| | | | | | expose it directly as value numbering information llvm-svn: 6972
* Implement forwarding from stores to loads of must-aliased pointers.Chris Lattner2003-06-161-14/+96
| | | | | | This implements: GCSE/2003-06-13-LoadStoreEliminate.ll llvm-svn: 6694
* Calculate and pass load sizes to the alias analysis infrastructureChris Lattner2003-02-261-8/+19
| | | | llvm-svn: 5635
* Initial implementation of value numbering for load instructionsChris Lattner2002-08-301-0/+233
llvm-svn: 3540
OpenPOWER on IntegriCloud