[PATCH] D148917: [AArch64][FastISel] Handle CRC32 intrinsics

Alexis Engelke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 05:27:22 PDT 2023


aengelke created this revision.
aengelke added reviewers: t.p.northover, efriedma, dmgreen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
aengelke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

With a similar reason as D148023 <https://reviews.llvm.org/D148023>; some applications make heavy use of
the CRC32 intrinsic (e.g., as part of a hash function) and therefore
benefit from avoiding frequent SelectionDAG fallbacks. In our
application, we get a 2% compile-time improvement.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148917

Files:
  llvm/lib/Target/AArch64/AArch64FastISel.cpp
  llvm/test/CodeGen/AArch64/arm64-fast-isel-crc32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148917.515688.patch
Type: text/x-patch
Size: 4465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230421/77553609/attachment.bin>


More information about the llvm-commits mailing list