Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Noah Goldstein dc13624e88 [InstCombine] Fold (cmp eq/ne (umax X, Y),0) -> (cmp eq/ne (or X, Y),0)
`or` is almost always preferable.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D149426
2023-04-29 12:38:43 -05:00

286 KiB