[PATCH] D118981: [VP] Condition in vp.select|merge not a VP mask

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 06:01:35 PST 2022


simoll added a comment.

In D118981#3305224 <https://reviews.llvm.org/D118981#3305224>, @frasercrmck wrote:

> Makes sense to me: it's not a mask. I was looking around to see what knock-on effects this has, and good news is that I think this fixes a bug we're not testing where an all-zeros "mask" will DAGCombine to `undef` (`visitVPOp`). Could you maybe pre-commit a test for that and show this patch fixing it?
>
> On that note: I don't know if this is truly a child of D105283 <https://reviews.llvm.org/D105283>. Can't we merge it right away?

I'll commit an `XFAIL` test for VE and update with this patch to a passing test. D105283 <https://reviews.llvm.org/D105283> only depends on this patch (no other way to add dependence edges) - we can merge this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118981



More information about the llvm-commits mailing list