[all-commits] [llvm/llvm-project] 7df43b: [MLIR][LLVM] Support inlining of LLVM atomic opera...
Johannes de Fine Licht via All-commits
all-commits at lists.llvm.org
Wed May 10 03:55:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7df43bdb42aee4ad721063494d3f727814843385
https://github.com/llvm/llvm-project/commit/7df43bdb42aee4ad721063494d3f727814843385
Author: Johannes de Fine Licht <johannes.definelicht at nextsilicon.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
M mlir/test/Dialect/LLVMIR/inlining.mlir
Log Message:
-----------
[MLIR][LLVM] Support inlining of LLVM atomic operations.
These don't require any special handling, apart checking for unsupported
metadata, which is already implemented.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D150255
More information about the All-commits
mailing list