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

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 22:17:14 PDT 2023


asb accepted this revision.
asb added a comment.
This revision is now accepted and ready to land.

LGTM - just see the very minor corrections inline. Thanks!



================
Comment at: clang/test/Preprocessor/riscv-target-features.c:146
 
 // RUN: %clang -target riscv32-unknown-linux-gnu -menable-experimental-extensions \
+// RUN: -march=rv32izihintntl1p0 -x c -E -dM %s \
----------------
Drop `-menable-experimental-extensions`


================
Comment at: clang/test/Preprocessor/riscv-target-features.c:149
+// RUN: -o - | FileCheck --check-prefix=CHECK-ZIHINTNTL %s
 // RUN: %clang -target riscv64-unknown-linux-gnu -menable-experimental-extensions \
+// RUN: -march=rv64izihintntl1p0 -x c -E -dM %s \
----------------
Drop `Drop `-menable-experimental-extensions`


================
Comment at: llvm/docs/RISCVUsage.rst:123
      ``Zifencei``     (`See Note <#riscv-i2p1-note>`__)
+     ``zihintntl``    Supported
      ``Zihintpause``  Assembly Support
----------------
zihintntl -> Zihintntl


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