[PATCH] D93615: [LV] Avoid needless fold tail

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 13:54:40 PST 2020


fhahn accepted this revision.
fhahn added a comment.

LGTM, thanks



================
Comment at: llvm/test/Transforms/LoopVectorize/dont-fold-tail-for-const-TC.ll:10
+; CHECK:         vector.body:
+; CHECK-COUNT-3:   store <2 x i32>
+; CHECK:         br i1
----------------
Is this enough? I think it might be better to check the whole vector body?


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

https://reviews.llvm.org/D93615



More information about the llvm-commits mailing list