[llvm] 0c8c9e8 - [RISCV][NFC] Correct RISCVInstrInfoZc.td header comment - Zc* extensions no longer experimental

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


Author: Alex Bradbury
Date: 2023-10-10T16:41:27+01:00
New Revision: 0c8c9e83b747252493d4094d10c0286e4d9ac276

URL: https://github.com/llvm/llvm-project/commit/0c8c9e83b747252493d4094d10c0286e4d9ac276
DIFF: https://github.com/llvm/llvm-project/commit/0c8c9e83b747252493d4094d10c0286e4d9ac276.diff

LOG: [RISCV][NFC] Correct RISCVInstrInfoZc.td header comment - Zc* extensions no longer experimental

None of the Zc* extensions are experimental any more, so the comment was
out of date.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td b/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
index d1a8aca8ea623f6..a78f36244468713 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
@@ -8,8 +8,6 @@
 ///
 /// This file describes the RISC-V instructions from the 'Zc*' compressed
 /// instruction extensions, version 1.0.3.
-/// This version is still experimental as the 'Zc*' extensions haven't been
-/// ratified yet.
 ///
 //===----------------------------------------------------------------------===//
 


        


More information about the llvm-commits mailing list