[PATCH] D88324: [AlwaysInliner] Update BFI when inlining

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 13:44:41 PDT 2020


davidxl added inline comments.


================
Comment at: llvm/test/Transforms/Inline/prof-update-sample.ll:10
+; CHECK: define void @callee(i32 %n) #0 !prof ![[ENTRY_COUNT:[0-9]*]]
+define void  @callee(i32 %n) #0 !prof !15 {
   %cond = icmp sle i32 %n, 10
----------------
Clone this function with always inline attribute instead of modifying the original function.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88324



More information about the llvm-commits mailing list