- Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Description
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.
