[PATCH] D116288: [VPlan] Add recipe to handle SCEV expansion (NFC).

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 26 14:06:42 PST 2022


Ayal added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.cpp:1411
+
+  State.set(this, Res, 0);
+}
----------------
Should this set the value for all Parts from 0 to UF-1, or is only Part 0 needed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116288/new/

https://reviews.llvm.org/D116288



More information about the llvm-commits mailing list