[all-commits] [llvm/llvm-project] d8503a: [InstCombine] Update BranchProbabilityAnalysis cac...
Haohai Wen via All-commits
all-commits at lists.llvm.org
Sat Apr 20 07:08:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8503a38b974930599417a747cec3615330c367e
https://github.com/llvm/llvm-project/commit/d8503a38b974930599417a747cec3615330c367e
Author: Haohai Wen <haohai.wen at intel.com>
Date: 2024-04-20 (Sat, 20 Apr 2024)
Changed paths:
M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/update-bpi.ll
Log Message:
-----------
[InstCombine] Update BranchProbabilityAnalysis cache result (#86470)
InstCombine may invert branch condition and profile metadata. In such
case, BranchProbabilityAnalysis should also be updated.
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