[PATCH] D74785: [AArch64][SVE] Add intrinsics for SVE2 bitwise ternary operations

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 13:21:43 PST 2020


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve2-bitwise-ternary.ll:153
+declare <vscale x 2 x i64> @llvm.aarch64.sve.nbsl.nxv2i64(<vscale x 2 x i64>,<vscale x 2 x i64>,<vscale x 2 x i64>)
\ No newline at end of file

----------------
Missing newline

Any particular reason you're only testing bsl with nxv2i64 operands?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74785





More information about the llvm-commits mailing list