[all-commits] [llvm/llvm-project] 8434b0: [Clang][RISCV] Introduce tuple types for RVV bfloa...

Yueh-Ting (eop) Chen via All-commits all-commits at lists.llvm.org
Tue Nov 14 21:50:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8434b0b9d39b7ffcd1f7f7b5746151e293620e0d
      https://github.com/llvm/llvm-project/commit/8434b0b9d39b7ffcd1f7f7b5746151e293620e0d
  Author: Yueh-Ting (eop) Chen <yueh.ting.chen at gmail.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M clang/include/clang/Basic/RISCVVTypes.def
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Support/RISCVVIntrinsicUtils.h
    M clang/lib/Support/RISCVVIntrinsicUtils.cpp
    M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-intrinsic-datatypes.cpp
    M clang/utils/TableGen/RISCVVEmitter.cpp

  Log Message:
  -----------
  [Clang][RISCV] Introduce tuple types for RVV bfloat16 (#72216)

The first commit extends the capacity from the compiler infrastructure,
and the second commit continues the effort in #71140 to introduce tuple
types for bfloat16.




More information about the All-commits mailing list