[PATCH] D70777: AArch64: use some crypto instructions during CodeGen

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 01:54:39 PST 2019


t.p.northover added a comment.

In this case, on our CPUs it looks like there's no difference between how an these instructions and a single eor execute in either latency or pipelines. Since the final operation in all of these patterns is an eor anyway, I think that means the it's not a worry.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70777





More information about the llvm-commits mailing list