[PATCH] D140702: [exegesis] "Skip codegen" dry-run mode
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 08:23:00 PST 2023
lebedev.ri added inline comments.
================
Comment at: llvm/tools/llvm-exegesis/lib/BenchmarkResult.h:37-42
+enum class BenchmarkPhaseSelectorE {
+ StopBeforeAllCodegen,
+ StopBeforeFullCodegen,
+ StopBeforeMeasurements,
+ Measure,
+};
----------------
I just realized, we only changed the user-facing side,
but kept the implementation detail. Is that fine?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140702/new/
https://reviews.llvm.org/D140702
More information about the llvm-commits
mailing list