[all-commits] [llvm/llvm-project] fbdf6e: [RISCV] Introduce and use BF16 in Xsfvfwmaccqqq in...
Shao-Ce SUN via All-commits
all-commits at lists.llvm.org
Sun Nov 5 19:22:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbdf6e2724e11baa4441cd053804fb2d2375817a
https://github.com/llvm/llvm-project/commit/fbdf6e2724e11baa4441cd053804fb2d2375817a
Author: Shao-Ce SUN <sunshaoce at outlook.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M clang/include/clang/AST/Type.h
M clang/include/clang/Basic/RISCVVTypes.def
M clang/include/clang/Basic/riscv_sifive_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/Type.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaRISCVVectorLookup.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/sf_vfwmacc_4x4x4.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/sf_vfwmacc_4x4x4.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/sf_vfwmacc_4x4x4.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/overloaded/sf_vfwmacc_4x4x4.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-intrinsic-datatypes.cpp
M clang/test/Sema/riscv-types.c
M clang/test/Sema/rvv-required-features.c
M clang/utils/TableGen/RISCVVEmitter.cpp
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/lib/Target/RISCV/RISCVFeatures.td
Log Message:
-----------
[RISCV] Introduce and use BF16 in Xsfvfwmaccqqq intrinsics (#71140)
BF16 implementation based on @joshua-arch1's
https://reviews.llvm.org/D152498
Fixed the incorrect f16 type introduced in
https://github.com/llvm/llvm-project/pull/68296
---------
Co-authored-by: Jun Sha (Joshua) <cooper.joshua at linux.alibaba.com>
More information about the All-commits
mailing list