[all-commits] [llvm/llvm-project] aca9be: [mlir:MemRef] Move DmaStartOp/DmaWaitOp to ODS
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Sep 24 12:39:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aca9bea1992ce270d094105ae8968c703b8ffb65
https://github.com/llvm/llvm-project/commit/aca9bea1992ce270d094105ae8968c703b8ffb65
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/lib/Dialect/MemRef/IR/MemRefDialect.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/invalid.mlir
M mlir/test/IR/invalid-ops.mlir
Log Message:
-----------
[mlir:MemRef] Move DmaStartOp/DmaWaitOp to ODS
These are among the last operations still defined explicitly in C++. I've
tried to keep this commit as NFC as possible, but these ops
definitely need a non-NFC cleanup at some point.
Differential Revision: https://reviews.llvm.org/D110440
More information about the All-commits
mailing list