[PATCH] D78806: SplitIndirectBrCriticalEdges: Fix Branch Probability update
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 17:14:27 PDT 2020
yrouban marked 2 inline comments as done.
yrouban added inline comments.
================
Comment at: llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp:146
+
+ std::unique_ptr<Module> M = parseIR(
+ C,
----------------
yamauchi wrote:
> Can you clang-format this code (as the lint check)?
ok. but this will look different from the other test cases
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78806/new/
https://reviews.llvm.org/D78806
More information about the llvm-commits
mailing list