This is an archive of the discontinued LLVM Phabricator instance.

Use m_APInt in SimplifyCFG
ClosedPublic

Authored by tjablin on Jun 16 2016, 11:44 AM.

Details

Reviewers
majnemer
cycheng
Summary

Switch from m_Constant to m_APInt per David's request. NFC.

Diff Detail

Event Timeline

tjablin updated this revision to Diff 61001.Jun 16 2016, 11:44 AM
tjablin retitled this revision from to Use m_APInt in SimplifyCFG.
tjablin updated this object.
tjablin added reviewers: majnemer, cycheng.
tjablin added a subscriber: llvm-commits.
majnemer accepted this revision.Jun 16 2016, 11:53 AM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 16 2016, 11:53 AM
cycheng closed this revision.Jun 16 2016, 5:12 PM
cycheng edited edge metadata.

Committed r272977 (On behalf of Tom)