[all-commits] [llvm/llvm-project] f98b77: [mlir] Refactor ComplexOps.td [NFC]
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Fri Jun 11 01:54:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f98b7796142d996861cbba824f3cacef0b446ef8
https://github.com/llvm/llvm-project/commit/f98b7796142d996861cbba824f3cacef0b446ef8
Author: Adrian Kuegel <akuegel at google.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
Log Message:
-----------
[mlir] Refactor ComplexOps.td [NFC]
Create a ComplexUnaryOp base class and use it for AbsOp, ReOp and ImOp.
Sort all ops in lexicographic order.
Differential Revision: https://reviews.llvm.org/D104095
More information about the All-commits
mailing list