LLVM dialect has been defining Op arguments by deriving the Arguments ODS
class. This has arguably worse readability due to large indentation caused by
multiple derivations, and is inconsistent with other ODS files. Use the `let
arguments` form instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo