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

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 08:06:22 PDT 2025


================
@@ -939,6 +946,7 @@ bool VPInstruction::onlyFirstLaneUsed(const VPValue *Op) const {
   case Instruction::ICmp:
   case Instruction::Select:
   case Instruction::Or:
+  case Instruction::Freeze:
----------------
david-arm wrote:

We should probably also add this opcode to `VPInstruction::opcodeMayReadOrWriteFromMemory` and return `false`.

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


More information about the llvm-commits mailing list