This is an archive of the discontinued LLVM Phabricator instance.

[ConstraintElimination] Add upper bound info based on maximum type bounds for zext instructions
Needs ReviewPublic

Authored by zjaffal on Feb 26 2023, 11:08 PM.

Details

Reviewers
fhahn
nikic
spatel
Summary

Utilize the new BoundInfo to optimize zext operations during decomposition by assigning an upperBound to zext based on the max value of the pre-zext width.

Diff Detail