[all-commits] [llvm/llvm-project] f56d90: [AArch64][llvm][clang] Remove `int_aarch64_sve_bfm...

Jonathan Thackray via All-commits all-commits at lists.llvm.org
Mon Apr 27 05:55:03 PDT 2026


  Branch: refs/heads/users/jthackray/remove_int_aarch64_sve_bfmmla
  Home:   https://github.com/llvm/llvm-project
  Commit: f56d9099712ff76db4e64dfc90c4842a9666dda5
      https://github.com/llvm/llvm-project/commit/f56d9099712ff76db4e64dfc90c4842a9666dda5
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M clang/include/clang/Basic/arm_sve.td
    M clang/test/CodeGen/AArch64/sve-intrinsics/acle_sve_bfmmla.c
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/test/CodeGen/AArch64/sve-intrinsics-bfloat.ll
    M llvm/test/Instrumentation/MemorySanitizer/AArch64/sve-intrinsics-bfloat.ll

  Log Message:
  -----------
  [AArch64][llvm][clang] Remove `int_aarch64_sve_bfmmla` and reuse existing def (NFC)

Remove the dedicated (superfluous) `int_aarch64_sve_bfmmla` def and
changed `svbfmmla` to use the existing shared fmmla intrinsic instead.

No functional change.


  Commit: ecaba92f5d28b6260091c7a0d418f446866da7f1
      https://github.com/llvm/llvm-project/commit/ecaba92f5d28b6260091c7a0d418f446866da7f1
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/test/Bitcode/upgrade-aarch64-sve-intrinsics.ll
    M mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
    M mlir/test/Target/LLVMIR/arm-sve.mlir

  Log Message:
  -----------
  fixup! Fix MLIR and add autoupgrade code and test


  Commit: 35078da398ee58a505657f33a8a6256b24abd938
      https://github.com/llvm/llvm-project/commit/35078da398ee58a505657f33a8a6256b24abd938
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
    M mlir/test/Target/LLVMIR/arm-sve.mlir

  Log Message:
  -----------
  fixup! Fix after PR comments


Compare: https://github.com/llvm/llvm-project/compare/6ab7fca5898e...35078da398ee

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