[PATCH] D45563: [X86][AArch64][NFC] Add tests for masked merge unfolding

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 10:50:46 PDT 2018


nemanjai added a comment.

In https://reviews.llvm.org/D45563#1069984, @spatel wrote:

> ...
>  $ ./llc -o - vsel.ll -mtriple=powerpc64le
>
>   	xxland 0, 34, 36
>   	xxlandc 1, 35, 36
>   	xxlor 34, 0, 1
>   	blr
>
>
> xxsel 0, 35, 34, 36 ?


Yes.


Repository:
  rL LLVM

https://reviews.llvm.org/D45563





More information about the llvm-commits mailing list