[llvm] [LV] Use frozen start value for FindLastIV if needed. (PR #132691)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 07:35:49 PDT 2025


================
@@ -1571,7 +1602,6 @@ void VPWidenRecipe::execute(VPTransformState &State) {
   }
   case Instruction::Freeze: {
     Value *Op = State.get(getOperand(0));
-
----------------
Mel-Chen wrote:

Redundant blank

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


More information about the llvm-commits mailing list