[llvm] [LV] Avoid bailing on SCEVUnknown in uniformity-rew (PR #160144)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 08:51:16 PDT 2025


================
@@ -528,14 +528,6 @@ class SCEVAddRecForUniformityRewriter
     return SCEVRewriteVisitor<SCEVAddRecForUniformityRewriter>::visit(S);
   }
 
-  const SCEV *visitUnknown(const SCEVUnknown *S) {
----------------
artagnon wrote:

See https://github.com/llvm/llvm-project/pull/161219.

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


More information about the llvm-commits mailing list