[PATCH] D96381: [AArch64] Adding SHA3 Intrinsics support
Ryan Santhirarajan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 11:32:13 PST 2021
rsanthir.quic added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.td:928
+
+class SHA512H_pattern<Instruction INST, Intrinsic OpNode>
+ : Pat<(v2i64 (OpNode (v2i64 V128:$Vd), (v2i64 V128:$Vn), (v2i64 V128:$Vm))),
----------------
DavidSpickett wrote:
> This is unused.
a good catch thank you!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96381/new/
https://reviews.llvm.org/D96381
More information about the llvm-commits
mailing list