[all-commits] [llvm/llvm-project] d09d0b: [mlir][NFC] Sort the operations alphabetically and...
River Riddle via All-commits
all-commits at lists.llvm.org
Wed Mar 4 09:53:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d09d0bd7a019d4300d4c0a4000fd0f208b838e0a
https://github.com/llvm/llvm-project/commit/d09d0bd7a019d4300d4c0a4000fd0f208b838e0a
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
Log Message:
-----------
[mlir][NFC] Sort the operations alphabetically and add header blocks
Summary:
The order of the operations has fallen out of sync as operations have been renamed and new ones have been added.
Differential Revision: https://reviews.llvm.org/D75540
More information about the All-commits
mailing list