[all-commits] [llvm/llvm-project] ac2955: [LoongArch] Add codegen support for atomicrmw add/...
Gong LingQin via All-commits
all-commits at lists.llvm.org
Thu Sep 22 18:34:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac295597a87a6c06f7ad94c7bf7e5413fabdf297
https://github.com/llvm/llvm-project/commit/ac295597a87a6c06f7ad94c7bf7e5413fabdf297
Author: gonglingqin <gonglingqin at loongson.cn>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsLoongArch.td
M llvm/lib/Target/LoongArch/LoongArchExpandAtomicPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/test/CodeGen/LoongArch/ir-instruction/atomicrmw.ll
Log Message:
-----------
[LoongArch] Add codegen support for atomicrmw add/sub/nand/and/or/xor operation
Differential Revision: https://reviews.llvm.org/D133755
More information about the All-commits
mailing list