[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


================
@@ -246,6 +246,9 @@ class VPUser {
     New->addUser(*this);
   }
 
+  /// Replaces all uses of \p From in the VPUser with \p To.
+  void replaceUsesOfWith(VPValue *From, VPValue *To);
----------------
Mel-Chen wrote:

ditto

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


More information about the llvm-commits mailing list