[PATCH] D99750: [LV, VP] RFC: VP intrinsics support for the Loop Vectorizer (Proof-of-Concept)

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 02:46:42 PDT 2021


simoll added a comment.

This LGTM on a conceptual level from the standpoint of SX-Aurora.
I guess @fhahn would be the right person to weigh in on the VPlan changes.
When it comes to the actual patches for this RFC, it'd help to upstream the VectorBuilder class <https://github.com/sx-aurora-dev/llvm-vp-project/blob/simon/vectorize-vp/llvm/include/llvm/IR/VectorBuilder.h>. It allows you to emit VP code without having to juggle with VP intrinsics.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99750



More information about the llvm-commits mailing list