[PATCH] D79167: [SVE][CodeGen] Legalisation of vsetcc with scalable types
Kerry McLaughlin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 22 10:44:54 PDT 2020
kmclaughlin added a comment.
In D79167#2098774 <https://reviews.llvm.org/D79167#2098774>, @efriedma wrote:
> Is it possible to write tests for this that don't result in a "max" or "min" operation? Or does that fail for some other reason?
>
> Otherwise LGTM.
Thanks for reviewing this, @efriedma. It was possible to add tests which don't result in a min/max by returning the result of the compare.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79167/new/
https://reviews.llvm.org/D79167
More information about the cfe-commits
mailing list