[PATCH] D115764: [NFC] Expose the ReleaseModeModelRunner

Yundi Qian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 21:10:31 PST 2021


yundiqian added inline comments.


================
Comment at: llvm/include/llvm/Analysis/ReleaseModeModelRunner.h:29
+  template <class FType>
+  ReleaseModeModelRunner(LLVMContext &Ctx, const FType &FeatureNames,
+                         StringRef DecisionName, StringRef FeedPrefix = "feed_",
----------------
what's the concern for just use std::vector?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115764



More information about the llvm-commits mailing list