forked from OSchip/llvm-project
[NFC][InstCombine] select.ll: remove outdated TODO comment
Fixed by 3e69871ab5
This commit is contained in:
parent
4f4eecf0ec
commit
9c1ca8a3f7
|
@ -1903,7 +1903,6 @@ exit:
|
|||
}
|
||||
|
||||
; Shows how we can leverage dominance to eliminate duplicating selects.
|
||||
; TODO: We can optimize further if we eliminate duplicating Phis and similify the whole thing to phi[x, y] * 3.
|
||||
define i32 @select_dominance_chain(i1 %cond, i32 %x, i32 %y) {
|
||||
; CHECK-LABEL: @select_dominance_chain(
|
||||
; CHECK-NEXT: entry:
|
||||
|
|
Loading…
Reference in New Issue