[all-commits] [llvm/llvm-project] ddc678: [mlir][LLVMIR] Add translation of AtomicRMW/CmpXch...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Mon Sep 26 15:08:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddc67856eede4004de233133fce5495f2e97383d
https://github.com/llvm/llvm-project/commit/ddc67856eede4004de233133fce5495f2e97383d
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
M mlir/test/Target/LLVMIR/Import/basic.ll
Log Message:
-----------
[mlir][LLVMIR] Add translation of AtomicRMW/CmpXchg from LLVM IR
Add support for translating AtomicRMWInst and AtomicCmpXchgInst from
LLVM IR.
Differential Revision: https://reviews.llvm.org/D134450
More information about the All-commits
mailing list