[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce...
[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compiled code for comparing APInts with 0 and 1. NFC These methods are specifically optimized to only counting leading zeros without an additional uint64_t compare. llvm-svn: 304876
Loading
Please register or sign in to comment