[all-commits] [llvm/llvm-project] a69b76: [GlobalISel][IRTranslator] Ensure branch probabili...
AE via All-commits
all-commits at lists.llvm.org
Mon Dec 14 23:42:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a69b76c500849bacc0ba494df03b465e4bcff0ef
https://github.com/llvm/llvm-project/commit/a69b76c500849bacc0ba494df03b465e4bcff0ef
Author: Amara Emerson <amara at apple.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-invoke-probabilities.ll
Log Message:
-----------
[GlobalISel][IRTranslator] Ensure branch probabilities are added when translating invoke edges.
This uses a straightforward port of findUnwindDestinations() from SelectionDAG.
Differential Revision: https://reviews.llvm.org/D93256
More information about the All-commits
mailing list