diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2016-08-21 16:40:42 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2016-08-21 16:40:42 +0000 |
| commit | 163a5ab799f840077f6e8a5a78f48ac8bbac9d69 (patch) | |
| tree | fd17658faeecebaa8ab6367b12325099215eae6e | |
| parent | 7ffcde7422ae7b766a5534ba4ad63d8a67bef651 (diff) | |
| download | bcm5719-llvm-163a5ab799f840077f6e8a5a78f48ac8bbac9d69.tar.gz bcm5719-llvm-163a5ab799f840077f6e8a5a78f48ac8bbac9d69.zip | |
remove FIXME comment; fixed by previous commit
llvm-svn: 279400
| -rw-r--r-- | llvm/test/Transforms/InstCombine/shift.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/shift.ll b/llvm/test/Transforms/InstCombine/shift.ll index c3945772eaa..537e5cd951d 100644 --- a/llvm/test/Transforms/InstCombine/shift.ll +++ b/llvm/test/Transforms/InstCombine/shift.ll @@ -605,7 +605,6 @@ define i1 @test33(i32 %X) { ret i1 %tmp2 } -; FIXME: Vectors should fold the same way. define <2 x i1> @test33vec(<2 x i32> %X) { ; CHECK-LABEL: @test33vec( ; CHECK-NEXT: [[TMP1_MASK:%.*]] = and <2 x i32> %X, <i32 16777216, i32 16777216> |

