[llvm] ee3eebb - [InstCombine] remove stale comment on test; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 30 09:39:18 PST 2019
Author: Sanjay Patel
Date: 2019-12-30T12:39:10-05:00
New Revision: ee3eebba0d30f9a231bb10e59f3778c72065db22
URL: https://github.com/llvm/llvm-project/commit/ee3eebba0d30f9a231bb10e59f3778c72065db22
DIFF: https://github.com/llvm/llvm-project/commit/ee3eebba0d30f9a231bb10e59f3778c72065db22.diff
LOG: [InstCombine] remove stale comment on test; NFC
Added:
Modified:
llvm/test/Transforms/InstCombine/copysign.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/copysign.ll b/llvm/test/Transforms/InstCombine/copysign.ll
index a77da83a40d9..f7e387fb60d0 100644
--- a/llvm/test/Transforms/InstCombine/copysign.ll
+++ b/llvm/test/Transforms/InstCombine/copysign.ll
@@ -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
}
-; 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)
define float @copysign_sign_arg(float %x, float %y, float %z) {
More information about the llvm-commits
mailing list