[PATCH] D57598: [VPLAN] Determine Vector Width programmatically.
Hideki Saito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 09:54:06 PDT 2019
hsaito added inline comments.
================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:6105
+ // We set VF to 4 for stress testing.
+ if (VPlanBuildStressTest)
+ VF = 4;
----------------
(VPlanBuildStressTest && VF < 2) ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57598/new/
https://reviews.llvm.org/D57598
More information about the llvm-commits
mailing list