[all-commits] [llvm/llvm-project] 6762cf: [RISCV] Remove duplicate Zvfbfmin patterns that us...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Oct 19 10:09:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6762cfe9d534f1cf7c6de3836c4644abe929474e
https://github.com/llvm/llvm-project/commit/6762cfe9d534f1cf7c6de3836c4644abe929474e
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-10-19 (Sun, 19 Oct 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoZvfbf.td
Log Message:
-----------
[RISCV] Remove duplicate Zvfbfmin patterns that use base Zve instructions. (#164110)
These patterns already exist in our other V extension files using
AllFloatAndBF16Vectors without Zvfbfmin predicate. Which is good because
we need them for Zvfbfa without depending on Zvfbfmin.
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