This is an archive of the discontinued LLVM Phabricator instance.

Fix code-gen crash on Power9 when lowering insert_vector_elt node with variable index (PR30189)
ClosedPublic

Authored by nemanjai on Aug 30 2016, 2:13 AM.

Details

Summary

When I implemented the XXINSERTW instruction I forgot to account for variable insert indices. This patch fixes PR30189.

Diff Detail

Repository
rL LLVM

Event Timeline

nemanjai updated this revision to Diff 69653.Aug 30 2016, 2:13 AM
nemanjai retitled this revision from to Fix code-gen crash on Power9 when lowering insert_vector_elt node with variable index (PR30189).
nemanjai updated this object.
nemanjai added reviewers: hfinkel, kbarton, amehsan.
nemanjai set the repository for this revision to rL LLVM.
nemanjai added a subscriber: llvm-commits.
hfinkel accepted this revision.Aug 30 2016, 8:00 AM
hfinkel edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 30 2016, 8:00 AM
nemanjai closed this revision.Sep 14 2016, 7:28 AM

Committed revision 281479.