[all-commits] [llvm/llvm-project] 168c28: JumpThreading: Propagate branch weights in tryToUn...
Matthias Braun via All-commits
all-commits at lists.llvm.org
Tue Sep 12 13:37:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 168c288af1f2f687203674525b318a2e74f0eaaf
https://github.com/llvm/llvm-project/commit/168c288af1f2f687203674525b318a2e74f0eaaf
Author: Matthias Braun <matze at braunis.de>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
A llvm/test/Transforms/JumpThreading/thread-prob-7.ll
Log Message:
-----------
JumpThreading: Propagate branch weights in tryToUnfoldSelectInCurrBB (#66116)
Propagate "branch_weights" metadata whe turning a select into a
conditional branch in tryToUnfoldSelectInCurrBB
More information about the All-commits
mailing list