More test cases are also added to cover cases that are currently working.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D23590
[Profile] Propagate branch metadata properly in InstCombine ClosedPublic Authored by davidxl on Aug 16 2016, 4:51 PM.
Details Summary More test cases are also added to cover cases that are currently working.
Diff Detail Event Timelinedavidxl updated this object.
Comment Actions
LGTM. Thanks! Closed by commit rL279693: [Profile] Propagate branch metadata properly in instcombine (authored by davidxl). · Explain WhyAug 24 2016, 5:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 68315 lib/Transforms/InstCombine/InstCombineSelect.cpp
test/Transforms/InstCombine/select_meta.ll
|
"SwapBranchWeights" -> "swapBranchWeights"
On 2nd thought, can we refactor/reuse copyMetadata() from LoopUnswitch.cpp instead of duplicating?