[llvm] [VPlan] Explicitly handle scalar pointer inductions. (PR #83068)

Kolya Panchenko via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 11:26:29 PDT 2024


================
@@ -1155,6 +1155,10 @@ class VPInstruction : public VPRecipeWithIRFlags {
     BranchOnCount,
     BranchOnCond,
     ComputeReductionResult,
+    // Add an offset in bytes (second operand) to a base pointer (first
+    // operand). Only generates scalar valuse (either for the first lane only or
----------------
nikolaypanchenko wrote:

values ?

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


More information about the llvm-commits mailing list