[PATCH] D158956: [RISCV] Initial ISel support for the experimental zacas extension

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 01:56:26 PDT 2023


wangpc added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoA.td:107
+defm AMOCAS_W : AMO_rr_aq_rl<0b00101, 0b010, "amocas.w">,
+                Sched<[WriteAtomicW, ReadAtomicWA, ReadAtomicWD]>;
+defm AMOCAS_D : AMO_rr_aq_rl<0b00101, 0b011, "amocas.d">,
----------------
Adding  `Sched`s should be in separate patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158956/new/

https://reviews.llvm.org/D158956



More information about the llvm-commits mailing list