diff options
| author | Craig Topper <craig.topper@intel.com> | 2017-09-22 21:47:20 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2017-09-22 21:47:20 +0000 |
| commit | 615729b305f0ed427d47afd04dc52d9d9cc5fcad (patch) | |
| tree | ee278b7ba9475a845da561f28d9faf95f51f5130 /llvm/test/Transforms | |
| parent | ba0367a70862eb820c77501e750d7e30b8cdb52a (diff) | |
| download | bcm5719-llvm-615729b305f0ed427d47afd04dc52d9d9cc5fcad.tar.gz bcm5719-llvm-615729b305f0ed427d47afd04dc52d9d9cc5fcad.zip | |
[InstCombine] Remove a FIXME from a test that was fixed in r314025.
llvm-svn: 314030
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/icmp-add.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/icmp-add.ll b/llvm/test/Transforms/InstCombine/icmp-add.ll index c9e13717f29..ec2fd13315e 100644 --- a/llvm/test/Transforms/InstCombine/icmp-add.ll +++ b/llvm/test/Transforms/InstCombine/icmp-add.ll @@ -168,7 +168,6 @@ define i1 @nsw_sgt1(i8 %a) { ret i1 %c } -; FIXME: This should be 'eq 127' as above. define <2 x i1> @nsw_sgt1_splat_vec(<2 x i8> %a) { ; CHECK-LABEL: @nsw_sgt1_splat_vec( ; CHECK-NEXT: [[C:%.*]] = icmp eq <2 x i8> [[A:%.*]], <i8 127, i8 127> |

