[PATCH] D60606: [SimpleLoopUnswitch] Implement handling of prof branch_weights metadata for SwitchInst
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 05:20:38 PDT 2019
yrouban updated this revision to Diff 200257.
yrouban edited the summary of this revision.
yrouban set the repository for this revision to rG LLVM Github Monorepo.
yrouban added a comment.
- made use of //SwitchInstProfBranchWeightsWrapper// introduced in D62122 <https://reviews.llvm.org/D62122>.
- created new profmd tests instead of changing the existing tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60606/new/
https://reviews.llvm.org/D60606
Files:
llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
llvm/test/Transforms/SimpleLoopUnswitch/basictest-profmd.ll
llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-profmd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60606.200257.patch
Type: text/x-patch
Size: 9438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/121cfe94/attachment.bin>
More information about the llvm-commits
mailing list