[PATCH] D85628: [HotColdSplitting] Add command line options for supplying cold function names via user input.
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 12:14:17 PDT 2020
hiraditya added inline comments.
================
Comment at: llvm/test/Transforms/HotColdSplit/custom-cold-cmd.ll:16
+; CHECK: declare {{.*}}@__cxa_guard_abort{{.*}} [[cold_attr]]
+; CHECK: define internal void @_Z8go_leakyv.cold.1(i8* %call){{.*}}
+; CHECK: attributes [[cold_attr]] = { {{.*}}cold{{.*}} }
----------------
Remove trailing .*
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85628/new/
https://reviews.llvm.org/D85628
More information about the llvm-commits
mailing list