summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/CodeExtractor/PartialInlineCallRef.ll
AgeCommit message (Collapse)Author
2023-01-03[CodeExtractor] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-08[test] Remove duplicate RUN lines in Transform testsBjorn Pettersson
2022-12-07[NFC] Port all CodeExtractor tests to `-passes=` syntaxRoman Lebedev
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
2017-04-21[PartialInliner] Partial inliner needs to check use kind before transformationXinliang David Li
Differential Revision: https://reviews.llvm.org/D32373 llvm-svn: 301042