[llvm] [AArch64][GlobalISel] Added support for neon right shifts (PR #170832)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 08:55:13 PST 2025
================
@@ -483,6 +483,20 @@ static bool isFPIntrinsic(const MachineRegisterInfo &MRI,
case Intrinsic::aarch64_neon_sqadd:
case Intrinsic::aarch64_neon_sqsub:
case Intrinsic::aarch64_crypto_sha1h:
----------------
davemgreen wrote:
Keep the crypto next to each other.
https://github.com/llvm/llvm-project/pull/170832
More information about the llvm-commits
mailing list