Skip to content

Support op::create(rewriter, <args>) style builders #1114

Description

@AlexanderViand

One of the nicest Quality of Life improvements in MLIR has been the introduction of op::create builders that (unlike rewriter.create(...)) work with IDE autocomplete/etc, and also produce useful error messages instead of obscure template stuff.

Veir should have these for all ops, too. In an ideal world, they're somehow auto-generated, but even having to hand-write them would be better than not having them :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions