[llvm] 23b9418 - [RISCV][NFC] Remove mention of experimental extensions from RISCVInstrInfoZb.td header

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 08:39:30 PDT 2023


Author: Alex Bradbury
Date: 2023-10-10T16:38:42+01:00
New Revision: 23b9418b506b2d77c24617cb92568213934db86e

URL: https://github.com/llvm/llvm-project/commit/23b9418b506b2d77c24617cb92568213934db86e
DIFF: https://github.com/llvm/llvm-project/commit/23b9418b506b2d77c24617cb92568213934db86e.diff

LOG: [RISCV][NFC] Remove mention of experimental extensions from RISCVInstrInfoZb.td header

The file no longer contains any extensions that are still experimental.

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVInstrInfoZb.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td b/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
index 9809010d021034d..cc92edc9b2086ea 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
@@ -13,9 +13,6 @@
 //   Zbc - 1.0
 //   Zbs - 1.0
 //
-// The experimental extensions appeared in an earlier draft of the Bitmanip
-// extensions. They are not ratified and subject to change.
-//
 // This file also describes RISC-V instructions from the Zbk* extensions in
 // Cryptography Extensions Volume I: Scalar & Entropy Source Instructions,
 // versions:


        


More information about the llvm-commits mailing list