summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopStrengthReduce/dominate-assert.ll
AgeCommit message (Expand)Author
2024-11-21[llvm] Remove `br i1 undef` from some regression tests [NFC] (#117112)Lee Wei
2023-01-05[Transforms] Convert some tests to opaque pointers (NFC)Nikita Popov
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-10-01SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-02-27Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola
2012-02-26Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola