[PATCH] D95655: Adding Neon Sm3 & Sm4 Intrinsics

Ryan Santhirarajan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 18:27:42 PST 2021


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

This adds SM3 and SM4 Intrinsics support for AArch64, specifically:

  vsm3ss1q_u32
  vsm3tt1aq_u32
  vsm3tt1bq_u32
  vsm3tt2aq_u32
  vsm3tt2bq_u32
  vsm3partw1q_u32
  vsm3partw2q_u32
  vsm4eq_u32
  vsm4ekeyq_u32


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95655

Files:
  clang/include/clang/Basic/arm_neon.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/aarch64-neon-sm4-sm3-invalid.c
  clang/test/CodeGen/aarch64-neon-sm4-sm3.c
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/neon-sm4-sm3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95655.320016.patch
Type: text/x-patch
Size: 14850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210129/54b9cbfb/attachment.bin>


More information about the llvm-commits mailing list