[PATCH] D57504: RFC: EVL Prototype & Roadmap for vector predication in LLVM

Jacob Lifshay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 02:28:53 PST 2019


programmerjake requested changes to this revision.
programmerjake added inline comments.
This revision now requires changes to proceed.


================
Comment at: include/llvm/IR/Intrinsics.td:1132
+                                LLVMMatchType<0>,
+                                LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>,
+                                llvm_i32_ty]>;
----------------
We will need to change the mask parameter length to allow for mask lengths that are a divisor of the main vector length.
See http://lists.llvm.org/pipermail/llvm-dev/2019-February/129845.html


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57504





More information about the llvm-commits mailing list