[PATCH] D94589: [RISCV] Add intrinsics for AMO instructions
Zakk Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 07:46:31 PST 2021
khchen added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:589
+ def "int_riscv_" # NAME # "ei" # eew # "_mask" : RISCVAMOMask;
+ }
+ }
----------------
based on https://reviews.llvm.org/D93359#inline-872142
Could we do the similar thing like `vlxe/vsxe` did here?
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