[PATCH] D126722: [BOLT][NFC] Warning for deprecated option '-reorder-blocks=cache+'

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 14:59:29 PDT 2022


Amir added a comment.

Please address one minor nit. Otherwise LGTM



================
Comment at: bolt/include/bolt/Passes/BinaryPasses.h:145
     LT_OPTIMIZE_CACHE,
+    // CACHE_PLUS and EXT_TSP are synonyms, emit warnings of depreciation.
+    LT_OPTIMIZE_CACHE_PLUS,
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126722



More information about the llvm-commits mailing list