[PATCH] D28159: [ARM] Fix test CodeGen/ARM/fpcmp_ueq.ll broken by rL290616

Evgeny Astigeevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 08:34:27 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL291678: [ARM] Fix test CodeGen/ARM/fpcmp_ueq.ll broken by rL290616 (authored by eastig).

Changed prior to commit:
  https://reviews.llvm.org/D28159?vs=83972&id=83983#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28159

Files:
  llvm/trunk/test/CodeGen/ARM/fpcmp_ueq.ll


Index: llvm/trunk/test/CodeGen/ARM/fpcmp_ueq.ll
===================================================================
--- llvm/trunk/test/CodeGen/ARM/fpcmp_ueq.ll
+++ llvm/trunk/test/CodeGen/ARM/fpcmp_ueq.ll
@@ -9,7 +9,11 @@
 }
 
 ; CHECK-ARMv4-LABEL: f7:
-; CHECK-ARMv4: moveq r6, #1
+; CHECK-ARMv4-DAG: bl ___eqsf2
+; CHECK-ARMv4-DAG: bl ___unordsf2
+; CHECK-ARMv4: cmp r0, #0
+; CHECK-ARMv4: movne r0, #1
+; CHECK-ARMv4: orrs r0, r0,
 ; CHECK-ARMv4: moveq r0, #42
 
 ; CHECK-ARMv7-LABEL: f7:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28159.83983.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/2f71e92a/attachment.bin>


More information about the llvm-commits mailing list