[all-commits] [llvm/llvm-project] ae12e5: [AArch64] Add missing bf16 load insert pattern

David Green via All-commits all-commits at lists.llvm.org
Fri Mar 3 14:00:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae12e57a777f2287a656e17a6ce86ca6b86edb6e
      https://github.com/llvm/llvm-project/commit/ae12e57a777f2287a656e17a6ce86ca6b86edb6e
  Author: David Green <david.green at arm.com>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

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

  Log Message:
  -----------
  [AArch64] Add missing bf16 load insert pattern

We have LDRHui load patterns but would fail to select from unscaled offsets.
This adds the missing pattern.




More information about the All-commits mailing list