[all-commits] [llvm/llvm-project] 4b5266: [mlir][irdl] NFC: Ensure ops ends with `Op` suffix
Fehr Mathieu via All-commits
all-commits at lists.llvm.org
Thu Jun 8 05:09:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b526657809a9507731e6b9a88c591b20bdbb8ca
https://github.com/llvm/llvm-project/commit/4b526657809a9507731e6b9a88c591b20bdbb8ca
Author: Mathieu Fehr <mathieu.fehr at gmail.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td
M mlir/lib/Dialect/IRDL/IR/IRDLOps.cpp
M mlir/lib/Dialect/IRDL/IRDLLoading.cpp
Log Message:
-----------
[mlir][irdl] NFC: Ensure ops ends with `Op` suffix
IRDL operations were inconsistent in their naming. They now
all end with the `Op` suffix.
Reviewed By: rriddle, jpienaar
Differential Revision: https://reviews.llvm.org/D152354
More information about the All-commits
mailing list