Create a ComplexUnaryOp base class and use it for AbsOp, ReOp and ImOp.
Sort all ops in lexicographic order.
Details
Details
- Reviewers
pifon2a - Commits
- rGf98b7796142d: [mlir] Refactor ComplexOps.td [NFC]
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I actually made it a NFC, that is safer. If we want to add additional traits, I guess that should be a separate change.