[all-commits] [llvm/llvm-project] f27442: [AArch64] Add missing bitcast patterns for bf16<->...

David Green via All-commits all-commits at lists.llvm.org
Sun Sep 28 23:25:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f27442b80acf94ccab3bf915ff0730a0d794e059
      https://github.com/llvm/llvm-project/commit/f27442b80acf94ccab3bf915ff0730a0d794e059
  Author: David Green <david.green at arm.com>
  Date:   2025-09-29 (Mon, 29 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/bf16-vector-bitcast.ll

  Log Message:
  -----------
  [AArch64] Add missing bitcast patterns for bf16<->f16 converts. (#159816)

This fills in the missing patterns for bicasting v4f16 to/from v4bf16,
and v8f16 to/from v8f16. Clean up some formatting whilst here.

Fixes #159772



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