[llvm] InstSimplify: lookthru casts, binops in folding shuffles (PR #92668)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 05:35:13 PDT 2024


================
@@ -48,7 +48,7 @@ using namespace llvm::PatternMatch;
 
 #define DEBUG_TYPE "instsimplify"
 
-enum { RecursionLimit = 3 };
+static unsigned RecursionLimit = 5;
----------------
arsenm wrote:

I'm surprised there's a threshold here that isn't 6 

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


More information about the llvm-commits mailing list