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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133444
[RISCV] Update error message to not call 'RV32' and 'RV64' an extension. ClosedPublic Authored by craig.topper on Sep 7 2022, 12:09 PM.
Details Summary I used RV32 so I didn't have to write RV32I and RV32E. Ideally
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 14 2022, 12:16 PM This revision was landed with ongoing or failed builds.Sep 14 2022, 2:51 PM Closed by commit rG6106a6d7fe48: [RISCV] Update error message to not call 'RV32' and 'RV64' an extension. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 460240 clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaChecking.cpp
clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbb-error.c
clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbkb-error.c
|