-
-
Notifications
You must be signed in to change notification settings - Fork 46
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ coderefactorAnything related to code refactoringAnything related to code refactoringusabilityAnything related to usabilityAnything related to usability
Milestone
Description
Problem Statement
Currently, creating an operation in C++ is more cumbersome than it needs to be. It would be nice if some operations had custom builders that reduce boilerplate code.
Proposed Solution
Wherever it makes sense, custom builders should be defined. The C++ code should be updated to use these new builders.
Metadata
Metadata
Assignees
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ coderefactorAnything related to code refactoringAnything related to code refactoringusabilityAnything related to usabilityAnything related to usability