summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GVN/invariant-simple.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove support for llvm.invariant.end from memdep. It is a Chris Lattner2011-04-261-36/+0
| | | | | | work-in-progress that is not progressing, and it has issues. llvm-svn: 130247
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
| | | | | | | | | | | | does normal initialization and normal chaining. Change the default AliasAnalysis implementation to NoAlias. Update StandardCompileOpts.h and friends to explicitly request BasicAliasAnalysis. Update tests to explicitly request -basicaa. llvm-svn: 116720
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
| | | | llvm-svn: 100705
* Be more careful about invariance reasoning on "store" queries. Stores still ↵Owen Anderson2009-10-281-0/+15
| | | | | | | | need to depend on Ref and ModRef calls within the invariant region. llvm-svn: 85380
* Add trivial support for the invariance intrinsics to memdep. This logic isOwen Anderson2009-10-281-0/+21
purely local for now. llvm-svn: 85378
OpenPOWER on IntegriCloud