summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA/phi-and-select.ll
Commit message (Collapse)AuthorAgeFilesLines
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
| | | | | | | | | | versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-241-2/+11
| | | | llvm-svn: 155432
* Upgrade syntax of tests using volatile instructions to use 'load volatile' ↵Chris Lattner2011-11-271-8/+8
| | | | | | instead of 'volatile load', which is archaic. llvm-svn: 145171
* 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
* Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman2009-10-261-0/+73
aggressive on PHI instructions. llvm-svn: 85158
OpenPOWER on IntegriCloud