This is an archive of the discontinued LLVM Phabricator instance.

PatternMatch; Add m_AExt to match zext or sext
ClosedPublic

Authored by arsenm on Feb 17 2017, 10:52 AM.

Details

Reviewers
majnemer

Diff Detail

Event Timeline

arsenm created this revision.Feb 17 2017, 10:52 AM
majnemer added inline comments.Feb 17 2017, 1:54 PM
include/llvm/IR/PatternMatch.h
819

I don't know if AExt is a good name, its not like DAG's anyext node. Maybe m_ZExtOrSExt

majnemer accepted this revision.Mar 9 2017, 3:21 PM

LGTM

This revision is now accepted and ready to land.Mar 9 2017, 3:21 PM
arsenm closed this revision.Mar 9 2017, 5:00 PM

r297432