[all-commits] [llvm/llvm-project] e7833c: [mlir] Use splitBlock instread of createBlock in G...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Mon Mar 13 10:14:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7833c20d835d0f358acf7708a72bc23b1d87973
https://github.com/llvm/llvm-project/commit/e7833c20d835d0f358acf7708a72bc23b1d87973
Author: Alexander Belyaev <pifon at google.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
Log Message:
-----------
[mlir] Use splitBlock instread of createBlock in GenericAtomicRMWLowering.
When generic_atomic_rmw is inside of memref.alloca_scope, then the pattern would fail.
Differential Revision: https://reviews.llvm.org/D145901
More information about the All-commits
mailing list