This is an archive of the discontinued LLVM Phabricator instance.

SelectionDAG: Handle out-of-bounds index in extract vector element
ClosedPublic

Authored by chfast on Apr 24 2015, 5:04 AM.

Details

Summary

This patch correctly handles undef case of EXTRACT_VECTOR_ELT node where the element index is constant and not less than vector size.

Diff Detail

Event Timeline

chfast updated this revision to Diff 24377.Apr 24 2015, 5:04 AM
chfast retitled this revision from to SelectionDAG: Handle out-of-bounds index in extract vector element.
chfast updated this object.
chfast edited the test plan for this revision. (Show Details)
chfast added a subscriber: Unknown Object (MLST).
chfast set the repository for this revision to rL LLVM.
hfinkel accepted this revision.May 5 2015, 5:50 PM
hfinkel added a reviewer: hfinkel.
hfinkel added a subscriber: hfinkel.

LGTM.

This revision is now accepted and ready to land.May 5 2015, 5:50 PM
chfast updated this revision to Diff 25014.May 6 2015, 12:23 AM
chfast edited edge metadata.

Rebase

chfast closed this revision.May 6 2015, 3:22 AM