[all-commits] [llvm/llvm-project] 4594d5: [AArch64] Add missing bf16 store pattern (#72844)
dewen via All-commits
all-commits at lists.llvm.org
Mon Nov 20 03:47:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4594d5bb3ac6772bb20e429bbb04842ef6eaea35
https://github.com/llvm/llvm-project/commit/4594d5bb3ac6772bb20e429bbb04842ef6eaea35
Author: dewen <923406109 at qq.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/bf16.ll
Log Message:
-----------
[AArch64] Add missing bf16 store pattern (#72844)
We have STURHi store patterns but would fail to select from unscaled
offsets. This adds the missing pattern.
More information about the All-commits
mailing list