[all-commits] [llvm/llvm-project] 1458d3: [SLU][profcheck] Propagate profile for branches on...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Nov 4 17:24:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1458d313a1cac6d2b255378e2b816092c6cbc4c7
https://github.com/llvm/llvm-project/commit/1458d313a1cac6d2b255378e2b816092c6cbc4c7
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
M llvm/test/Transforms/SimpleLoopUnswitch/inject-invariant-conditions.ll
Log Message:
-----------
[SLU][profcheck] Propagate profile for branches on injected conditions. (#164476)
This patch addresses the profile of 2 branches:
- one that compares the 2 limits, for which we have no information (the C1, C2, see https://reviews.llvm.org/D136233)
- one that is conditioned on a condition for which we have a profile, so we reuse it
Issue #147390
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