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 3 2022, 3:59 PM.

Details

Summary

Add Value Tracking support to deduce induction variable being a power of 2, allowing urem optimizations

Diff Detail