This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Added support to deduce PHI Nodes values being a power of 2
AbandonedPublic

Authored by huangjd on May 18 2022, 5:54 PM.

Details

Reviewers
None
Summary

Add support to deduce a PHI node being a power of 2 if each incoming value is a power of 2.

Diff Detail