[PATCH] D116288: [VPlan] Add recipe to handle SCEV expansion (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 27 04:48:29 PST 2022
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.cpp:1411
+
+ State.set(this, Res, 0);
+}
----------------
Ayal wrote:
> Should this set the value for all Parts from 0 to UF-1, or is only Part 0 needed?
It's not needed for the anticipated use case, but I updated the code to set it for all UFs.
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