[PATCH] D118463: [SVE] By using SEL when orring predicates we forgo the need for a PTRUE.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 06:09:03 PST 2022


paulwalker-arm added a comment.

In D118463#3279299 <https://reviews.llvm.org/D118463#3279299>, @sdesmalen wrote:

> Hi @paulwalker-arm, just an FYI that this needs rebasing after D118146 <https://reviews.llvm.org/D118146> where I did something similar for `and`.

This already builds on you work, see how I'm reusing your sve_int_pred_log_and class, although have renamed it now it have other uses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118463



More information about the llvm-commits mailing list