[PATCH] D93256: [GlobalISel][IRTranslator] Ensure branch probabilities are added when translating invoke edges.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 15:32:44 PST 2020
aemerson created this revision.
aemerson added reviewers: paquette, arsenm.
aemerson added a project: LLVM.
Herald added subscribers: hiraditya, rovka.
aemerson requested review of this revision.
Herald added subscribers: aheejin, wdng.
This uses a straightforward port of findUnwindDestinations() from SelectionDAG.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93256
Files:
llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-invoke-probabilities.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93256.311728.patch
Type: text/x-patch
Size: 6940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/d0f42886/attachment.bin>
More information about the llvm-commits
mailing list