[PATCH] D72425: [OptRemark] RFC: Introduce a message table for OptRemarks
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 16:42:22 PST 2020
anemet added a comment.
As Francis mentioned it before it would be good derive the pass name from the remark type (diag::remark_gvn_load_elim -> gvn) . I.e. I would drop the DEBUG_TYPE argument.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72425/new/
https://reviews.llvm.org/D72425
More information about the llvm-commits
mailing list