[PATCH] D138097: [BOLT][AArch64] Handle adrp+ld64 linker relaxations

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 00:48:34 PST 2022


yota9 added a subscriber: rafaelauler.
yota9 added a comment.

Gentle ping @rafaelauler



================
Comment at: bolt/lib/Passes/FixRelaxationPass.cpp:59
+      BC, ParallelUtilities::SchedulingPolicy::SP_INST_LINEAR, WorkFun, nullptr,
+      "FixRelaxations", true);
+}
----------------
@rafaelauler To be honest I'm a bit confused, since sometimes I had a problems in the past within parallel execution of other passes. But it seems to be safe here, is it? I should probably make it parallel


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138097



More information about the llvm-commits mailing list