This is an archive of the discontinued LLVM Phabricator instance.

InlineCostAnnotationPrinterPass - print constants to which instructions are simplified
ClosedPublic

Authored by knaumov on Jun 2 2020, 12:03 PM.

Details

Summary

Adding functionality to InlineCostAnnotationPrinterPass to print the constant (if any) to which each instruction will be simplified. This feature helps for debugging purposes to track the constant folding thread in InlineCost Analysis.

Diff Detail