[PATCH] D58535: [OptRemarks] Make OptRemarks more generic: rename OptRemarks to Remarks

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 25 16:18:41 PST 2019


thegameg added a comment.

In D58535#1409208 <https://reviews.llvm.org/D58535#1409208>, @Meinersbur wrote:

> What is the motivation of the rename? What are the plans for more generic OptRemarks?


There are potential use cases where frontends or other tools could generate remarks, for things like "understanding" how the compiler treats some piece of code. This fits more in the "compiler logging" diagnostic which is exactly what remarks are today for optimizations.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58535/new/

https://reviews.llvm.org/D58535





More information about the llvm-commits mailing list