summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/value-ptr-bug.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing CHECK-LABELsMatt Arsenault2013-10-021-1/+1
| | | | llvm-svn: 191853
* LoopVectorize: Make Value pointers that could be RAUW'ed a VHArnold Schwaighofer2013-05-221-0/+50
The Value pointers we store in the induction variable list can be RAUW'ed by a call to SCEVExpander::expandCodeFor, use a TrackingVH instead. Do the same thing in some other places where we store pointers that could potentially be RAUW'ed. Fixes PR16073. llvm-svn: 182485
OpenPOWER on IntegriCloud