[PATCH] D148917: [AArch64][FastISel] Handle CRC32 intrinsics
Alexis Engelke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 10:08:37 PDT 2023
aengelke added a comment.
We care a lot about compile times and in our application, GlobalISel (when it succeeds, about 10% fallback rate) increases compile times by ~50% compared to FastISel. We do plan to look at GlobalISel performance at some point, but it seems like there's a lot of work to be done to bring it at least on-par with FastISel wrt. compile times.
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