[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 06:48:20 PST 2017


eastig updated this revision to Diff 83972.
eastig added a comment.

Updated the test according to Renato's comments.


https://reviews.llvm.org/D28159

Files:
  test/CodeGen/ARM/fpcmp_ueq.ll


Index: test/CodeGen/ARM/fpcmp_ueq.ll
===================================================================
--- test/CodeGen/ARM/fpcmp_ueq.ll
+++ 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.83972.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/6f18c315/attachment.bin>


More information about the llvm-commits mailing list