[PATCH] D130246: [AArch64] Use neon instructions for i64/i128 ISD::PARITY calculation

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 08:01:24 PDT 2022


deadalnix accepted this revision.
deadalnix added a comment.
This revision is now accepted and ready to land.

It took me a bit a grave digging to figure out the motivation behind PARITY, but this seems to do the right thing.

That being said, shouldn't this be the default strategy to lower PARITY, rather than special case it for AArch64?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130246



More information about the llvm-commits mailing list