[PATCH] D107791: [InlineAdvisor] Add single quotes around caller/callee names

Hongtao Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 9 17:54:55 PDT 2021


hoy added inline comments.


================
Comment at: llvm/test/Transforms/SampleProfile/inline-replay.ll:7
 ;; Check replay inline decisions
 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/inline-topdown.prof -sample-profile-inline-replay=%S/Inputs/inline-replay.txt -sample-profile-merge-inlinee -sample-profile-top-down-load -pass-remarks=inline -S 2>&1 | FileCheck -check-prefix=REPLAY %s
 
----------------
The inline replay file is designed to have the same format with the optimization remarks file so that you can just replay with a remark output. Tweaking the format of remark output changes this behavior. Can you also change the replay part as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107791



More information about the cfe-commits mailing list