More test cases are also added to cover cases that are currently working.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/InstCombine/InstCombineSelect.cpp | ||
---|---|---|
416 ↗ | (On Diff #68315) | "SwapBranchWeights" -> "swapBranchWeights" On 2nd thought, can we refactor/reuse copyMetadata() from LoopUnswitch.cpp instead of duplicating? |
lib/Transforms/InstCombine/InstCombineSelect.cpp | ||
---|---|---|
416 ↗ | (On Diff #68315) | Refactored the APIs. |