[PATCH] D137982: [pgo] Avoid introducing relocations by using private alias
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 22:46:38 PST 2022
phosek added inline comments.
================
Comment at: llvm/test/Transforms/PGOProfile/prof_avoid_relocs.ll:26
+
+define void @perform_merge(ptr %val, i32 %counter11, i32 %counter12, i32 %counter22, i32 %counter21) {
+entry:
----------------
Does this check anything beyond what's already checked by `my_foo`, `my_bar` and `my_baz` below? Could we just a single function (e.g. `my_foo) to simplify this test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137982/new/
https://reviews.llvm.org/D137982
More information about the llvm-commits
mailing list