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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 14:27:14 PDT 2025


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

Removed, thanks

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


More information about the llvm-commits mailing list