[llvm-branch-commits] [llvm] [VPlan] Explicitly handle scalar pointer inductions. (PR #80273)

2024-02-04 Thread Sumit Lahiri via llvm-branch-commits
https://github.com/lahiri-phdworks edited https://github.com/llvm/llvm-project/pull/80273 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [VPlan] Explicitly handle scalar pointer inductions. (PR #80273)

2024-02-03 Thread Sumit Lahiri via llvm-branch-commits
https://github.com/lahiri-phdworks approved this pull request. #1 The instruction vector does not take the size of the operands for the PHI instructions. - since the phi instruction is not known so the the instruction head is not defined. https://github.com/llvm/llvm-project/pull/80273 _