This is an archive of the discontinued LLVM Phabricator instance.

SimplifyCFG: Refactor GatherConstantCompares() result in a struct
AbandonedPublic

Authored by mehdi_amini on Nov 19 2014, 9:57 PM.

Details

Reviewers
None

Diff Detail

Event Timeline

mehdi_amini retitled this revision from to SimplifyCFG: Refactor GatherConstantCompares() result in a struct.
mehdi_amini updated this object.
mehdi_amini edited the test plan for this revision. (Show Details)

rename match() to matchInstruction() to avoid conflicting with PatternMatchers.h

Add anonymous namespace.

Make setValueOnce() less obscure.

Fix previous diff

mehdi_amini abandoned this revision.Jan 2 2015, 11:01 PM