This is an archive of the discontinued LLVM Phabricator instance.

Fix pr25040 - Handle vectors of i1s in recently added implication code
ClosedPublic

Authored by reames on Oct 5 2015, 11:02 AM.

Details

Summary

As mentioned in the bug, I'd missed the presence of a getScalarType in the caller of the new implies method. As a result, when we ended up with a implication over two vectors, we'd trip an assert and crash.

Diff Detail

Repository
rL LLVM

Event Timeline

reames updated this revision to Diff 36531.Oct 5 2015, 11:02 AM
reames retitled this revision from to Fix pr25040 - Handle vectors of i1s in recently added implication code.
reames updated this object.
reames added a reviewer: hfinkel.
reames added a subscriber: llvm-commits.
aadg accepted this revision.Oct 5 2015, 1:43 PM
aadg added a reviewer: aadg.
aadg added a subscriber: aadg.

This looks good to me.

Thanks !

This revision is now accepted and ready to land.Oct 5 2015, 1:43 PM
This revision was automatically updated to reflect the committed changes.