[llvm] [LV] Use frozen start value for FindLastIV if needed. (PR #132691)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 08:07:16 PDT 2025
================
@@ -1403,6 +1403,13 @@ void VPValue::replaceUsesWithIf(
}
}
+void VPUser::replaceUsesOfWith(VPValue *From, VPValue *To) {
----------------
Mel-Chen wrote:
Maybe we can remove this since we don't use the function in this patch.
https://github.com/llvm/llvm-project/pull/132691
More information about the llvm-commits
mailing list