[all-commits] [llvm/llvm-project] de6a91: [BOLT] Fix deadloop bug in taildup
llongint via All-commits
all-commits at lists.llvm.org
Fri Sep 15 07:13:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de6a919f77f2a63f9e7f86ec51cf8a508fedf188
https://github.com/llvm/llvm-project/commit/de6a919f77f2a63f9e7f86ec51cf8a508fedf188
Author: zhoujing <zhoujing106 at huawei.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M bolt/lib/Passes/TailDuplication.cpp
M bolt/test/X86/tail-duplication-pass.s
Log Message:
-----------
[BOLT] Fix deadloop bug in taildup
The intent is clearly to push the tail rather than current BB.
Reviewed By: maksfb
Differential Revision: https://reviews.llvm.org/D159289
More information about the All-commits
mailing list