[PATCH] D75197: [AArch64][SVE] Add intrinsics for bitwise permute instructions

Danilo Carvalho Grael via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 10:34:41 PST 2020


dancgr added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve2-bit-perm.ll:1
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 -mattr=+sve2-bitperm < %s | FileCheck %s
+
----------------
Not sure I should keep both +sve2 and +sve2-bitperm or not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75197





More information about the llvm-commits mailing list