This is an archive of the discontinued LLVM Phabricator instance.

PeepholeOptimizer: Relax assert
ClosedPublic

Authored by arsenm on Jun 29 2016, 5:20 PM.

Details

Reviewers
qcolombet
Summary

Allow implicit defs

Diff Detail

Event Timeline

arsenm updated this revision to Diff 62318.Jun 29 2016, 5:20 PM
arsenm retitled this revision from to PeepholeOptimizer: Relax assert.
arsenm updated this object.
arsenm added a reviewer: qcolombet.
arsenm added a subscriber: llvm-commits.
qcolombet edited edge metadata.Jun 30 2016, 2:59 PM

Good catch Matt!

LGTM modulo, I would expect a test case for that.

Cheers,
-Quentin

Good catch Matt!

LGTM modulo, I would expect a test case for that.

Cheers,
-Quentin

This will be hit in a future patch

qcolombet accepted this revision.Jul 1 2016, 3:54 PM
qcolombet edited edge metadata.

Works for me.

Thanks!
Q.

This revision is now accepted and ready to land.Jul 1 2016, 3:54 PM
arsenm closed this revision.Jul 1 2016, 4:22 PM

r274402