[llvm] [CVP] Canonicalize signed minmax into unsigned (PR #82478)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 06:56:22 PST 2024


================
@@ -47,11 +47,6 @@ using namespace llvm;
 
 #define DEBUG_TYPE "correlated-value-propagation"
 
-static cl::opt<bool> CanonicalizeICmpPredicatesToUnsigned(
----------------
nikic wrote:

The example is optimized by ConstraintElimination now.

https://github.com/llvm/llvm-project/pull/82478


More information about the llvm-commits mailing list