[all-commits] [llvm/llvm-project] 0d44c9: [RISCV] Shorten diagnostic a bit.
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Dec 11 12:45:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d44c9f99a7d9d9444d1656ca52fa0784c711680
https://github.com/llvm/llvm-project/commit/0d44c9f99a7d9d9444d1656ca52fa0784c711680
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-error.c
Log Message:
-----------
[RISCV] Shorten diagnostic a bit.
The "to be enabled" seemed unnecessary.
Commit: 4a11222f50dbe95e61c7cd7ddc2de8b3e87cddd7
https://github.com/llvm/llvm-project/commit/4a11222f50dbe95e61c7cd7ddc2de8b3e87cddd7
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/test/Sema/riscv-vector-v-check.c
Log Message:
-----------
[RISCV] Correct the SEW=64 MUL diagnostic to refer to V as an extension.
This makes it consistent with other builtins that require a specific
extension.
Compare: https://github.com/llvm/llvm-project/compare/bf1c89c3432e...4a11222f50db
More information about the All-commits
mailing list