Skip to content

Commit

Permalink
[ValueTracking][NFC] Factor out computeKnownBitsFromCmp
Browse files Browse the repository at this point in the history
Separate the part which is specific for assume intrinsic from the part which only requires an icmp,
so that the latter could be reused for other purposes (e.g. in dominating conditions).

Differential Revision: https://reviews.llvm.org/D149940
Reviewed By: nikic
  • Loading branch information
xortator committed May 5, 2023
1 parent e8fb478 commit 7fbf72a
Showing 1 changed file with 246 additions and 239 deletions.

0 comments on commit 7fbf72a

Please sign in to comment.