[PATCH] D96847: [clang][cli] Store additional optimization remarks info
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 17 13:53:22 PST 2021
dexonsmith added inline comments.
================
Comment at: clang/include/clang/Basic/CodeGenOptions.h:306-307
+ // The kind of optimization remark argument on the command line.
+ RemarkKind OptimizationRemarkKind;
/// Regular expression to select optimizations for which we should enable
----------------
Can this just be a `Kind` field in `RemarkPattern`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96847/new/
https://reviews.llvm.org/D96847
More information about the cfe-commits
mailing list