mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[InstCombine] remove stale comment on test; NFC
This commit is contained in:
parent
811b9d1a17
commit
b092c87197
@ -63,7 +63,7 @@ define <3 x double> @known_positive_sign_arg_vec(<3 x double> %x, <3 x i32> %y)
|
|||||||
ret <3 x double> %r
|
ret <3 x double> %r
|
||||||
}
|
}
|
||||||
|
|
||||||
; TODO: The magnitude operand of the 1st copysign is irrelevant.
|
; The magnitude operand of the 1st copysign is irrelevant.
|
||||||
; copysign(x, copysign(y, z)) --> copysign(x, z)
|
; copysign(x, copysign(y, z)) --> copysign(x, z)
|
||||||
|
|
||||||
define float @copysign_sign_arg(float %x, float %y, float %z) {
|
define float @copysign_sign_arg(float %x, float %y, float %z) {
|
||||||
|
Loading…
Reference in New Issue
Block a user