[PATCH] D142234: [LVI] Handle Intrinsic::ctlz

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 09:45:36 PST 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

This needs to be implemented inside ConstantRange and tested exhaustively inside ConstantRangeTest. See the handling of `Intrinsic::abs` as a possible sample to follow (it also has a semantics-controlling argument).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142234/new/

https://reviews.llvm.org/D142234



More information about the llvm-commits mailing list