History log of /llvm-project/llvm/test/Transforms/InstCombine/update-bpi.ll (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5
# d8503a38 20-Apr-2024 Haohai Wen <haohai.wen@intel.com>

[InstCombine] Update BranchProbabilityAnalysis cache result (#86470)

InstCombine may invert branch condition and profile metadata. In such
case, BranchProbabilityAnalysis should also be updated.


# 08a787c9 19-Apr-2024 Haohai Wen <haohai.wen@intel.com>

[InstCombine] Add test to track BPI when condition was inverted (#86469)

InstCombine may invert branch condition and profile metadata. Branch
probability analysis should be updated in this case.