[all-commits] [llvm/llvm-project] 6106a6: [RISCV] Update error message to not call 'RV32' an...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Sep 14 14:51:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6106a6d7fe48ac26bc39621898b90766e2a10bd0
https://github.com/llvm/llvm-project/commit/6106a6d7fe48ac26bc39621898b90766e2a10bd0
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbb-error.c
M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbkb-error.c
Log Message:
-----------
[RISCV] Update error message to not call 'RV32' and 'RV64' an extension.
I used RV32 so I didn't have to write RV32I and RV32E. Ideally
these builtins will be wrapped in a header someday so long term I don't
expect users to see these errors.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D133444
More information about the All-commits
mailing list