[PATCH] D94589: [RISCV] Add intrinsics for AMO instructions

ShihPo Hung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 18:16:23 PST 2021


arcbbb marked an inline comment as done.
arcbbb added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:589
+      def "int_riscv_" # NAME # "ei" # eew # "_mask" : RISCVAMOMask;
+    }
+  }
----------------
khchen wrote:
> based on https://reviews.llvm.org/D93359#inline-872142
> Could we do the similar thing like `vlxe/vsxe` did here?
Good idea, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94589



More information about the llvm-commits mailing list