This is an archive of the discontinued LLVM Phabricator instance.

StructurizeCFG: Fix inverting constantexpr conditions
ClosedPublic

Authored by arsenm on Jul 12 2016, 2:41 AM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

arsenm updated this revision to Diff 63658.Jul 12 2016, 2:41 AM
arsenm retitled this revision from to StructurizeCFG: Fix inverting constantexpr conditions.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jul 15 2016, 1:55 PM
tstellarAMD edited edge metadata.

LGTM. Does this fix any real applications?

This revision is now accepted and ready to land.Jul 15 2016, 1:55 PM

LGTM. Does this fix any real applications?

I think I hit this when reducing one of the mesa shaders I broke, but only after bugpoint inserted all of the undefs

arsenm closed this revision.Jul 15 2016, 3:21 PM

r275626