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

Danila Malyutin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 07:03:19 PST 2024


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

Nice! I expected to find it in the added tests though.

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


More information about the llvm-commits mailing list