Files
clang-p2996/llvm/lib/IR/ConstantRange.cpp
Yingwei Zheng 6f1d3b97c7 [ConstantRange] Handle Intrinsic::cttz (#67917)
This patch adds support for `Intrinsic::cttz` in ConstantRange. It
calculates the range in O(1) with the LCP-based method.

Migrated from https://reviews.llvm.org/D153505.
2023-11-06 19:17:39 +08:00

69 KiB