[llvm] r277744 - remove FIXME comments (fixed with r277738)
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 11:14:02 PDT 2016
Author: spatel
Date: Thu Aug 4 13:14:02 2016
New Revision: 277744
URL: http://llvm.org/viewvc/llvm-project?rev=277744&view=rev
Log:
remove FIXME comments (fixed with r277738)
Modified:
llvm/trunk/test/Transforms/InstSimplify/compare.ll
Modified: llvm/trunk/test/Transforms/InstSimplify/compare.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstSimplify/compare.ll?rev=277744&r1=277743&r2=277744&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstSimplify/compare.ll (original)
+++ llvm/trunk/test/Transforms/InstSimplify/compare.ll Thu Aug 4 13:14:02 2016
@@ -1015,7 +1015,6 @@ define i1 @icmp_eq_const(i32 %a) {
ret i1 %c
}
-; FIXME: Vectors should fold the same way.
define <2 x i1> @icmp_eq_const_vec(<2 x i32> %a) {
; CHECK-LABEL: @icmp_eq_const_vec(
; CHECK-NEXT: ret <2 x i1> zeroinitializer
@@ -1034,7 +1033,6 @@ define i1 @icmp_ne_const(i32 %a) {
ret i1 %c
}
-; FIXME: Vectors should fold the same way.
define <2 x i1> @icmp_ne_const_vec(<2 x i32> %a) {
; CHECK-LABEL: @icmp_ne_const_vec(
; CHECK-NEXT: ret <2 x i1> <i1 true, i1 true>
More information about the llvm-commits
mailing list