This is some quick debug messages for the SelectOptimize pass, adding some information for the costs that are measured from getInstructionCost calls, and re-using the existing optimization remarks to print some information about if transforms were performed or not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks.
I've added one extra quick debug message for showing which select the base heuristic is currently analyzing at, to show which the Opt remark relates to. With that I'll commit this now, it has seemed useful.