[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / compare-add.ll
blob51e47ea4a71cb9a81097d40aa7112a69fc153726
1 ; RUN: llc < %s -mtriple=i686-- | not grep add
3 define i1 @X(i32 %X) {
4         %Y = add i32 %X, 14             ; <i32> [#uses=1]
5         %Z = icmp ne i32 %Y, 12345              ; <i1> [#uses=1]
6         ret i1 %Z