[PATCH] D67074: [LV] Fix miscompiles by adding non-header PHI nodes to AllowedExit
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 05:31:55 PDT 2019
fhahn added a comment.
Please update the comment about AllowedExit in LoopVectorizationLegality. Currently it only states that it holds reduction and induction vars, but it really contains any variable that can be accessed outside the loop.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67074/new/
https://reviews.llvm.org/D67074
More information about the llvm-commits
mailing list