[PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file
Hal Finkel via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 15:38:02 PDT 2016
hfinkel added a comment.
@rsmith @rjmccall - I chatted with @anemet about this on IRC, and he's happy with it. Please look this over, in part to make sure you're happy with the option name.
On the name, two of my thoughts behind using -fsave-optimization-record were: 1) I did not want to call it a "report", because it is YAML output and not something for a human to use directly and 2) I thought that record, the noun, fit well, but not necessarily the verb, and by putting 'save' in the name it seems clear (at least to me) that record is the noun.
https://reviews.llvm.org/D25225
More information about the cfe-commits
mailing list