Issue |
91937
|
Summary |
[GlobalISel] CSEMIRBuilder Performance
|
Labels |
llvm:globalisel
|
Assignees |
|
Reporter |
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.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs