[all-commits] [llvm/llvm-project] c26510: [RISCV] Fix intrinsic names in sf_vfwmacc_4x4x4.ll...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Dec 16 14:55:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c26510a2bf369a0031a6757dedc1fe9f901b3975
https://github.com/llvm/llvm-project/commit/c26510a2bf369a0031a6757dedc1fe9f901b3975
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-16 (Sat, 16 Dec 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/sf_vfwmacc_4x4x4.ll
Log Message:
-----------
[RISCV] Fix intrinsic names in sf_vfwmacc_4x4x4.ll. NFC
The type strings in the intrinsic name were using f16 instead of
bf16 for float types. Nothing really checks these strings so everything
still worked.
More information about the All-commits
mailing list