[PATCH] D144302: [PGO] Setting ValueProfNode Array's Alignment
wael yehia via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 19:45:13 PST 2023
w2yehia accepted this revision.
w2yehia added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Instrumentation/InstrProfiling/icall-comdat.ll:21
@__profn_bar = private constant [3 x i8] c"bar"
+; ALIGN: @__profc_foo = private global {{.*}} section "__llvm_prf_cnts",{{.*}} align 8
+; ALIGN: @__profvp_foo = private global {{.*}} section "__llvm_prf_vals",{{.*}} align 8
----------------
to be consistent with the existing position, the expected lines should be moved to the bottom of the file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144302/new/
https://reviews.llvm.org/D144302
More information about the llvm-commits
mailing list