This is an archive of the discontinued LLVM Phabricator instance.

getelementptr instruction, support index vector of EVT .
ClosedPublic

Authored by igorb on May 1 2016, 1:26 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 55739.May 1 2016, 1:26 AM
igorb retitled this revision from to getelementptr instruction, support index vector of EVT ..
igorb updated this object.
igorb added a reviewer: delena.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
delena added inline comments.May 1 2016, 3:17 AM
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
3249 ↗(On Diff #55739)

Is VT of N always simple?

igorb updated this revision to Diff 55743.May 1 2016, 6:12 AM
igorb marked an inline comment as done.

Changed according to comments,
Thanks!

delena accepted this revision.May 1 2016, 6:15 AM
delena edited edge metadata.
This revision is now accepted and ready to land.May 1 2016, 6:15 AM
This revision was automatically updated to reflect the committed changes.