summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce/dominate-assert.ll
Commit message (Collapse)AuthorAgeFilesLines
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-011-0/+43
| | | | | | PR17425. llvm-svn: 191741
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ↵Dmitri Gribenko2012-12-301-1/+1
| | | | | | | | ModuleID This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171250
* Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola2012-02-271-0/+30
| | | | | | | properties (invoke). Just assert that the instruction we return dominates the insertion point. llvm-svn: 151511
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-261-0/+40
verifier does. This correctly handles invoke. Thanks to Duncan, Andrew and Chris for the comments. Thanks to Joerg for the early testing. llvm-svn: 151469
OpenPOWER on IntegriCloud