[all-commits] [llvm/llvm-project] 2c958a: [AArch64] Add missing bf16 SVE insert vector patte...
David Green via All-commits
all-commits at lists.llvm.org
Sun Mar 5 08:24:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c958a5aa9ff7746c4a5b53ae46a549967269aa2
https://github.com/llvm/llvm-project/commit/2c958a5aa9ff7746c4a5b53ae46a549967269aa2
Author: David Green <david.green at arm.com>
Date: 2023-03-05 (Sun, 05 Mar 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/CodeGen/AArch64/sve-insert-element.ll
Log Message:
-----------
[AArch64] Add missing bf16 SVE insert vector patterns.
These should be identical to the fp16 SVE inserts but were missing from the
tests and tablegen patterns. They are always legal (not requiring +bf16),
although there are some other issues around bf16 legalization currently.
More information about the All-commits
mailing list