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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 09:38:11 PDT 2023


efriedma added a comment.

There's been very little development of AArch64 FastISel recently because we've turned on GlobalISel by default for AArch64.  Is there some reason you're not using it?  Or are you getting globalisel fallbacks so frequently that hacking fastisel is somehow worthwhile?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148917



More information about the llvm-commits mailing list