================
@@ -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