Files
clang-p2996/llvm/lib/Transforms/InstCombine
Noah Goldstein e92a27bcb7 [InstCombine] Verify CmpInst is equality in foldICmpPow2Test; PR63327
When D152728 hoisted the code to a helper function, it moved the call
to the helper outside of `foldICmpEquality`, so an equality check is
needed in the helper.

Reviewed By: nikic, fhahn

Differential Revision: https://reviews.llvm.org/D153041
2023-06-15 12:21:24 -05:00
..