[all-commits] [llvm/llvm-project] 6dcdf2: [InstCombine] Propagate Profile when Folding Impli...
Steven Wu via All-commits
all-commits at lists.llvm.org
Wed Oct 15 10:22:34 PDT 2025
Branch: refs/heads/users/cachemeifyoucan/spr/cas-add-ondiskgraphdb-and-ondiskkeyvaluedb
Home: https://github.com/llvm/llvm-project
Commit: 6dcdf270566b746186c78c28beb0a16371f0542b
https://github.com/llvm/llvm-project/commit/6dcdf270566b746186c78c28beb0a16371f0542b
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-safe-impliedcond-transforms.ll
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
[InstCombine] Propagate Profile when Folding Implied Conditionals (#163412)
In the case where we have a conditional that is implied by a previous
conditional (like x < 10 => x < 20 in a select), we can simply propagate
the profile information along the select.
Commit: 3793ff80a33616517d9573c32ac88566243a6a72
https://github.com/llvm/llvm-project/commit/3793ff80a33616517d9573c32ac88566243a6a72
Author: Steven Wu <stevenwu at apple.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/lib/CAS/OnDiskGraphDB.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-safe-impliedcond-transforms.ll
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
address review feedback
Created using spr 1.3.7
Compare: https://github.com/llvm/llvm-project/compare/fdc13b3029a0...3793ff80a336
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