[PATCH] D93725: [LV] Relax assumption that LCSSA implies single entry
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 03:48:53 PST 2021
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: llvm/test/Transforms/LoopVectorize/loop-form.ll:939
define i32 @reduction(i32* %addr) {
; CHECK-LABEL: @reduction(
----------------
nit: would be good to have a comment that this tests multi exit & reductions, perhaps also add it to the name?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93725/new/
https://reviews.llvm.org/D93725
More information about the llvm-commits
mailing list