This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Implement moreElementsVector for phi
ClosedPublic

Authored by arsenm on Feb 22 2019, 2:15 PM.

Diff Detail

Event Timeline

arsenm created this revision.Feb 22 2019, 2:15 PM
paquette added inline comments.Feb 25 2019, 8:31 AM
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
190

MoreTy

arsenm updated this revision to Diff 188240.Feb 25 2019, 12:30 PM

Fix stray typing

paquette accepted this revision.Feb 27 2019, 3:01 PM

LGTM aside from nit

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
2389

for (unsigned I = 1, E = MI.getNumOperands(); I < E; I += 2)?

This revision is now accepted and ready to land.Feb 27 2019, 3:01 PM
arsenm closed this revision.Feb 27 2019, 4:00 PM
arsenm marked an inline comment as done.

r355047