[PATCH] D42531: [X86FixupBWInsts] Prefer positive checks in the test. NFC

Andrei Elovikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 05:49:23 PST 2018


a.elovikov created this revision.
a.elovikov added reviewers: andrew.w.kaylor, craig.topper, MatzeB.

Repository:
  rL LLVM

https://reviews.llvm.org/D42531

Files:
  test/CodeGen/X86/fixup-bw-inst.mir


Index: test/CodeGen/X86/fixup-bw-inst.mir
===================================================================
--- test/CodeGen/X86/fixup-bw-inst.mir
+++ test/CodeGen/X86/fixup-bw-inst.mir
@@ -195,7 +195,7 @@
     liveins: %r9d
 
     %r9b = MOV8rr undef %r10b, implicit-def %r9d, implicit killed %r9d, implicit-def %eflags
-    ; CHECK-NOT: MOV32rr
+    ; CHECK: %r9b = MOV8rr undef %r10b, implicit-def %r9d, implicit killed %r9d, implicit-def %eflags
     %ax = OR16rr undef %ax, %r9w, implicit-def %eflags
     RETQ %ax
 ...


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42531.131423.patch
Type: text/x-patch
Size: 527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180125/70532fee/attachment.bin>


More information about the llvm-commits mailing list