[PATCH] D50480: [LV] Vectorizing loops of arbitrary trip count without remainder under opt for size

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 14:51:55 PDT 2018


hsaito accepted this revision.
hsaito added a comment.
This revision is now accepted and ready to land.

Under the assumption that the acceptance of this patch is not a conscious choice between new CmpULE VPInstruction opcode versus VPCmpInst derivation (whose discussion should continue in https://reviews.llvm.org/D50823 or its follow on), I think this patch is ready to land. LGTM.


https://reviews.llvm.org/D50480





More information about the llvm-commits mailing list