forked from OSchip/llvm-project
Copy+pasts typo in comment describing combine test
Repeated the "fold (mul x, 0) -> 0" instead of "fold (mul x, 1) -> x" llvm-svn: 284118
This commit is contained in:
parent
fa8fadc0e5
commit
26b6dbc369
|
@ -43,7 +43,7 @@ define <4 x i32> @combine_vec_mul_zero(<4 x i32> %x) {
|
|||
ret <4 x i32> %1
|
||||
}
|
||||
|
||||
; fold (mul x, 0) -> 0
|
||||
; fold (mul x, 1) -> x
|
||||
define <4 x i32> @combine_vec_mul_one(<4 x i32> %x) {
|
||||
; SSE-LABEL: combine_vec_mul_one:
|
||||
; SSE: # BB#0:
|
||||
|
|
Loading…
Reference in New Issue