This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Implement `SimplifyDemandedBits` for `llvm.ptrmask`
AbandonedPublic

Authored by goldstein.w.n on Jul 30 2023, 4:01 PM.

Details

Reviewers
nikic
RKSimon
Summary

Logic basically copies 'and' but we can't return a constant if the
result == rhs (mask) so that case is skipped.

Diff Detail