[PATCH] D151547: [RISCV] Remove experimental for zihintntl.

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 19 02:14:17 PDT 2023


jacquesguan marked 2 inline comments as done.
jacquesguan added inline comments.


================
Comment at: clang/test/Preprocessor/riscv-target-features.c:151
 // RUN: -o - | FileCheck --check-prefix=CHECK-ZIHINTNTL-EXT %s
 // CHECK-ZIHINTNTL-EXT: __riscv_zihintntl 2000{{$}}
 
----------------
BeMg wrote:
> The CHECK-ZIHINTNTL-EXT also need update.
Done, thanks.


================
Comment at: llvm/docs/RISCVUsage.rst:214
+``zihintntl``
   LLVM implements the `0.2 draft specification <https://github.com/riscv/riscv-isa-manual/releases/tag/draft-20220831-bf5a151>`__.
 
----------------
BeMg wrote:
> zihintntl could add into `table:: Ratified Extensions by Status`, and be removed this from the Experimental Extensions section.
Done, thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151547



More information about the cfe-commits mailing list