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

Ryan Santhirarajan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 11:29:41 PST 2021


rsanthir.quic updated this revision to Diff 324711.
rsanthir.quic marked 3 inline comments as done.
rsanthir.quic added a comment.

Minor corrections and removed unused code, also added complete testing


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

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.324711.patch
Type: text/x-patch
Size: 26774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210218/f10edc9c/attachment-0001.bin>


More information about the cfe-commits mailing list