[PATCH] D96381: [AArch64] Adding SHA3 Intrinsics support

Ryan Santhirarajan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 16:23:56 PST 2021


rsanthir.quic created this revision.
rsanthir.quic added reviewers: apazos, t.p.northover, labrinea, pbarrio.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
rsanthir.quic requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

  This patch adds the following SHA3 Intrinsics:
      vsha512hq_u64,
      vsha512h2q_u64,
      vsha512su0q_u64,
      vsha512su1q_u64
      veor3q_u8
      veor3q_u16
      veor3q_u32
      veor3q_u64
      veor3q_s8
      veor3q_s16
      veor3q_s32
      veor3q_s64
      vrax1q_u64
      vxarq_u64
      vbcaxq_u8
      vbcaxq_u16
      vbcaxq_u32
      vbcaxq_u64
      vbcaxq_s8
      vbcaxq_s16
      vbcaxq_s32
      vbcaxq_s64
  
  Note need to include +sha3 and +crypto when building from the front-end


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96381

Files:
  clang/include/clang/Basic/arm_neon.td
  clang/include/clang/Basic/arm_neon_incl.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/aarch64-neon-range-checks.c
  clang/test/CodeGen/aarch64-neon-sha3.c
  clang/utils/TableGen/NeonEmitter.cpp
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/neon-sha3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96381.322533.patch
Type: text/x-patch
Size: 21891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/07c02f09/attachment.bin>


More information about the llvm-commits mailing list