[all-commits] [llvm/llvm-project] 0b5ca4: Fix profile metadata propagation in InstCombine se...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Fri Feb 27 10:29:26 PST 2026
Branch: refs/heads/users/snehasish/02-03-fix_profile_metadata_propagation_in_instcombine_select_folding
Home: https://github.com/llvm/llvm-project
Commit: 0b5ca48ed00f35eab2e4a7b99b7d7be8bbe08385
https://github.com/llvm/llvm-project/commit/0b5ca48ed00f35eab2e4a7b99b7d7be8bbe08385
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-and-or.ll
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
Fix profile metadata propagation in InstCombine select folding
Propagate profile metadata when folding select instructions with logical AND/OR conditions and when canonicalizing SPF to intrinsics. This fixes profile verification failures in Transforms/InstCombine/select-and-or.ll.
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