Skip to content

[GlobalISel] CSEMIRBuilder Performance #91937

@Pierre-vh

Description

@Pierre-vh

Opening this issue to track performance improvement ideas for CSEMIRBuilder in GlobalISel.

I did some profiling and I found that CSEMIRBuilder takes a non-negligible amount of time, about 2%.
0.8% of that is MachineIRBuilder::buildInstr, so that means CSEMIRBuilder adds a 150% overhead to a normal MIR builder.

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions