[all-commits] [llvm/llvm-project] 5107a4: Revert "[Clang][RISCV] Introduce tuple types for R...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Wed Nov 15 02:05:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5107a47fee9c95489d3743a53e9578407b0e3656
https://github.com/llvm/llvm-project/commit/5107a47fee9c95489d3743a53e9578407b0e3656
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:
-----------
Revert "[Clang][RISCV] Introduce tuple types for RVV bfloat16 (#72216)" (#72367)
This reverts commit 8434b0b9d39b7ffcd1f7f7b5746151e293620e0d. #72216
This commit broke the multiple buildbots, looks like the extension in
`NUM_PREDEF_TYPE_IDS` might have broken some inheriting usages, causing
indeterminate results for the compiler. Investigating the issue now.
More information about the All-commits
mailing list