We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7ae9b0 + d0d18a8 commit 63ff294Copy full SHA for 63ff294
llvm/lib/Target/RISCV/RISCVInstrInfoZa.td
@@ -9,8 +9,8 @@
9
// This file describes the RISC-V instructions from the standard atomic 'Za*'
10
// extensions:
11
// - Zawrs (v1.0) : Wait-on-Reservation-Set.
12
-// - Zacas (v1.0-rc1) : Atomic Compare-and-Swap.
13
-// - 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.
14
//
15
//===----------------------------------------------------------------------===//
16
0 commit comments