[PATCH] D99009: [RISCV] [1/2] Add intrinsic for Zbr extension

LevyHsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 01:51:56 PDT 2021


LevyHsu updated this revision to Diff 332562.
LevyHsu edited the summary of this revision.
LevyHsu added a comment.

1. Fix format issue
2. For

  SemaChecking.cpp 

now it should allow Diag to print all missing features.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99009/new/

https://reviews.llvm.org/D99009

Files:
  clang/include/clang/Basic/BuiltinsRISCV.def
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbr.c
  clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbr.c
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoB.td
  llvm/test/CodeGen/RISCV/rv32zbr.ll
  llvm/test/CodeGen/RISCV/rv64zbr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99009.332562.patch
Type: text/x-patch
Size: 19084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210323/34871dd8/attachment.bin>


More information about the llvm-commits mailing list