[all-commits] [llvm/llvm-project] c229f7: [DFAJumpThreading] Avoid exploring the paths that ...
XChy via All-commits
all-commits at lists.llvm.org
Sat Apr 27 01:10:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c229f767e48c7190b7568e6ebd1688bb08795744
https://github.com/llvm/llvm-project/commit/c229f767e48c7190b7568e6ebd1688bb08795744
Author: XChy <xxs_chy at outlook.com>
Date: 2024-04-27 (Sat, 27 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
Log Message:
-----------
[DFAJumpThreading] Avoid exploring the paths that never come back (#85505)
This patch does:
- Preserve loop info when unfolding selects.
- Reduce the search space for loop paths.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list