[llvm] d0d18a8 - [RISCV] Remove -rc1 from Zacas/Zabha version comment. NFC (#162331)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 11:34:33 PDT 2025


Author: Craig Topper
Date: 2025-10-07T11:34:30-07:00
New Revision: d0d18a80e52749a95e18acc39772fc3a21108e66

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

LOG: [RISCV] Remove -rc1 from Zacas/Zabha version comment. NFC (#162331)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfoZa.td b/llvm/lib/Target/RISCV/RISCVInstrInfoZa.td
index 7cf6d5ff762ff..87b9f459bde5a 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoZa.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoZa.td
@@ -9,8 +9,8 @@
 // This file describes the RISC-V instructions from the standard atomic 'Za*'
 // extensions:
 //   - Zawrs (v1.0) : Wait-on-Reservation-Set.
-//   - Zacas (v1.0-rc1) : Atomic Compare-and-Swap.
-//   - Zabha (v1.0-rc1) : Byte and Halfword Atomic Memory Operations.
+//   - Zacas (v1.0) : Atomic Compare-and-Swap.
+//   - Zabha (v1.0) : Byte and Halfword Atomic Memory Operations.
 //
 //===----------------------------------------------------------------------===//
 


        


More information about the llvm-commits mailing list