[all-commits] [llvm/llvm-project] f80878: [RISCV] Remove experimental for zihintntl
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Thu Aug 10 02:05:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f808788487ab9db7da262a0b43483fb07bf6b50f
https://github.com/llvm/llvm-project/commit/f808788487ab9db7da262a0b43483fb07bf6b50f
Author: Jianjian GUAN <jacquesguan at me.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M clang/include/clang/Basic/BuiltinsRISCV.def
M clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c
M clang/test/Preprocessor/riscv-target-features.c
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.rst
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/test/CodeGen/RISCV/attributes.ll
M llvm/test/CodeGen/RISCV/nontemporal-scalable.ll
M llvm/test/CodeGen/RISCV/nontemporal.ll
M llvm/test/CodeGen/RISCV/prefetch.ll
M llvm/test/MC/RISCV/attribute-arch.s
M llvm/test/MC/RISCV/rv32zihintntl-invalid.s
M llvm/test/MC/RISCV/rv32zihintntl-valid.s
M llvm/test/MC/RISCV/rv32zihintntlc-invalid.s
M llvm/test/MC/RISCV/rv32zihintntlc-valid.s
Log Message:
-----------
[RISCV] Remove experimental for zihintntl
Since zihintntl is ratified now, we could remove the experimental prefix and change its version to 1.0.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D151547
More information about the All-commits
mailing list