summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/phi-and-select.ll
AgeCommit message (Expand)Author
2022-12-09[BasicAA] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-10-14[BasicAA] Account for cycles when checking for same select conditionNikita Popov
2022-10-14[BasicAA] Add test for select with loop carried dependency (NFC)Nikita Popov
2022-03-08[test] Use new PM for -aa-eval testsArthur Eubanks
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-04-24FileCheck-ize these tests. Harden some of them.Bill Wendling
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2009-10-26Teach BasicAA how to analyze Select instructions, and make it moreDan Gohman