[PATCH] D129518: [BOLT] Add function layout class

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 16:15:48 PDT 2022


rafauler added inline comments.


================
Comment at: bolt/lib/Core/FunctionLayout.cpp:104
+    assert(FragmentNum + 1 >= size() &&
+           "Blocks must be arranged such that fragments are monotonous "
+           "increasing.");
----------------
monotonically? unless the blocks are boring


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129518



More information about the llvm-commits mailing list