[PATCH] D69891: [VP,Integer,#1] Vector-predicated integer intrinsics

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 02:15:39 PDT 2020


simoll added a comment.

In D69891#1919830 <https://reviews.llvm.org/D69891#1919830>, @andrew.w.kaylor wrote:

> OK. Since the behavior for out-of-range evl is target-dependent, undefined makes sense.
>
> I don't know if you were waiting for input from anyone else, but this looks good to me.


Great :) Thanks to everybody involved for reviewing!
We've iterated on this patch for a while and the last major update was weeks ago, giving people enough time to react to it. I'll commit this today.

The next patch will introduce the `ExpandVectorPredicationPass`, which folds %evl into the mask if requested through TLI.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69891





More information about the llvm-commits mailing list