[all-commits] [llvm/llvm-project] 9955c6: [NFC][MLIR][std] Clean up ArithmeticCastOps
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Tue Jul 13 15:19:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9955c652eafdcb5f1d16ee3db857f03ee7e5cfbc
https://github.com/llvm/llvm-project/commit/9955c652eafdcb5f1d16ee3db857f03ee7e5cfbc
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
Log Message:
-----------
[NFC][MLIR][std] Clean up ArithmeticCastOps
The documentation on these was out of sync with the implementation. Also
the declaration of inputs was repeated when it is already part of the
ArithmeticCastOp definition.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D105934
More information about the All-commits
mailing list