This is an archive of the discontinued LLVM Phabricator instance.

Allow setInsertPointAfterBundle to handle vectors with different opcodes
ClosedPublic

Authored by dtemirbulatov on Jul 22 2017, 3:05 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

dtemirbulatov created this revision.Jul 22 2017, 3:05 PM
RKSimon edited edge metadata.Aug 1 2017, 6:02 AM

Looks OK, although I'm worried about a change without a test case. You could simplify it to just an NFC commit that changes setInsertPointAfterBundle to take the second argument that is always VL0.

This revision was automatically updated to reflect the committed changes.