[llvm] [polly] [SCEV] Introduce SCEVUse, use it instead of const SCEV * (NFCI). (PR #91961)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 09:06:36 PST 2026


================
@@ -58,6 +58,10 @@ enum SCEVTypes : unsigned short {
   scCouldNotCompute
 };
 
+inline SmallVector<SCEVUse> toSCEV(ArrayRef<SCEVUse> Ops) {
----------------
fhahn wrote:

removed thanks

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


More information about the llvm-commits mailing list