This is an archive of the discontinued LLVM Phabricator instance.

Vector GEP - fixed a crash on InstSimplify Pass
ClosedPublic

Authored by delena on May 11 2016, 12:27 AM.

Details

Reviewers
igorb
Summary

Vector GEP with mixed (vector and scalar) indices fails on the InstSimplify Pass when all indices are constants.

Diff Detail

Repository
rL LLVM

Event Timeline

delena updated this revision to Diff 56853.May 11 2016, 12:27 AM
delena retitled this revision from to Vector GEP - fixed a crash on InstSimplify Pass.
delena updated this object.
delena added a reviewer: igorb.
delena set the repository for this revision to rL LLVM.
delena added a subscriber: llvm-commits.
igorb accepted this revision.May 15 2016, 1:52 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 15 2016, 1:52 AM
delena closed this revision.Jun 13 2016, 3:39 AM