[PATCH] D129895: [BOLT] Unifying implementations of ext-tsp

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 13:05:43 PDT 2022


Amir added a comment.

LGTM with one minor nit. I'm running internal tests and will let you know soon.



================
Comment at: bolt/lib/Passes/ReorderAlgorithm.cpp:550-552
+  for (uint64_t R : Result) {
+    Order.push_back(OrigOrder[R]);
+  }
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129895



More information about the llvm-commits mailing list