[NFC][InstCombine] select.ll: remove outdated TODO comment

Fixed by 3e69871ab5
This commit is contained in:
Roman Lebedev 2020-08-29 14:45:48 +03:00
parent 4f4eecf0ec
commit 9c1ca8a3f7
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0
1 changed files with 0 additions and 1 deletions

View File

@ -1903,7 +1903,6 @@ exit:
} }
; Shows how we can leverage dominance to eliminate duplicating selects. ; 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) { define i32 @select_dominance_chain(i1 %cond, i32 %x, i32 %y) {
; CHECK-LABEL: @select_dominance_chain( ; CHECK-LABEL: @select_dominance_chain(
; CHECK-NEXT: entry: ; CHECK-NEXT: entry: