[PATCH] D132376: [BOLT][AArch64] Handle external references to the middle of Constant Islands

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 04:35:22 PDT 2022


yota9 requested changes to this revision.
yota9 added inline comments.
This revision now requires changes to proceed.


================
Comment at: bolt/lib/Core/BinaryContext.cpp:396
+        (IslandIter == AddressToConstantIslandMap.end() ||
+         IslandIter->first > Address)) {
+      --IslandIter;
----------------
Unneeded parentheses


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132376



More information about the llvm-commits mailing list