[all-commits] [llvm/llvm-project] faa87b: [AArch64] Lower scalable i64 CLMUL with SVE2/SME (...

Matthew Devereau via All-commits all-commits at lists.llvm.org
Mon Jun 1 04:22:14 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: faa87b02121fbb668fcf71260a63c88729b83abf
      https://github.com/llvm/llvm-project/commit/faa87b02121fbb668fcf71260a63c88729b83abf
  Author: Matthew Devereau <matthew.devereau at arm.com>
  Date:   2026-06-01 (Mon, 01 Jun 2026)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/clmul-scalable.ll

  Log Message:
  -----------
  [AArch64] Lower scalable i64 CLMUL with SVE2/SME (#198999)

When AES or SSVE-AES are not available, but SVE2 or SME are,
clmul.nxv2i64 can benefit from a cross-byte CLMUL of .S precision. This
re-uses the functionality added for nxv8i16.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list