summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/MustExecute/loop-header.ll
AgeCommit message (Expand)Author
2022-12-09[NFC] Port all Analysis/MustExecute tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2022-12-02Analysis: Update some tests for opaque pointersMatt Arsenault
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2019-05-27[MustExecute] Improve MustExecute to correctly handle loop nestXing Xue
2018-08-17[MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514Max Kazantsev
2018-03-20[MustExecute] Shwo the effect of using full loop info variantPhilip Reames
2018-03-20[MustExecute] Add simplest possible test for LoopSafetyOnfoPhilip Reames
2018-03-20[MustExecute] Use the annotation style printerPhilip Reames
2018-03-20Add an analysis printer for must execute reasoningPhilip Reames