[PATCH] D93607: [SVE] Lower vector CTLZ, CTPOP and CTTZ operations.

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 26 09:46:28 PST 2020


cameron.mcinally added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:227
+def AArch64not_mt  : PatFrags<(ops node:$pg, node:$op, node:$pt), [(int_aarch64_sve_not  node:$pt, node:$pg, node:$op)]>;
+
 def SDT_AArch64FCVT : SDTypeProfile<1, 3, [
----------------
The NOT patterns could use some tests. Or are they required for this patch and I missed it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93607



More information about the llvm-commits mailing list