[all-commits] [llvm/llvm-project] f14a5f: [CSSPGO] Refactoring findIRAnchors
ictwanglei via All-commits
all-commits at lists.llvm.org
Thu Aug 31 16:26:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f14a5ff6357cc17b6ef9e1a4f08ffbd87e2c28b9
https://github.com/llvm/llvm-project/commit/f14a5ff6357cc17b6ef9e1a4f08ffbd87e2c28b9
Author: wlei <wlei at fb.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M llvm/lib/Transforms/IPO/SampleProfile.cpp
Log Message:
-----------
[CSSPGO] Refactoring findIRAnchors
Address feedback in https://reviews.llvm.org/D158817. Since `extractProbe` can be used for both calliste and BB probe, we can leverage this to unify the callsite handling code.
Reviewed By: hoy, wenlei
Differential Revision: https://reviews.llvm.org/D159169
More information about the All-commits
mailing list