[PATCH] D42531: [X86FixupBWInsts] Prefer positive checks in the test. NFC
Andrei Elovikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 01:54:09 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL323513: [X86FixupBWInsts] Prefer positive checks in the test. NFC (authored by a.elovikov, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D42531
Files:
llvm/trunk/test/CodeGen/X86/fixup-bw-inst.mir
Index: llvm/trunk/test/CodeGen/X86/fixup-bw-inst.mir
===================================================================
--- llvm/trunk/test/CodeGen/X86/fixup-bw-inst.mir
+++ llvm/trunk/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.131557.patch
Type: text/x-patch
Size: 560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180126/5ebe846f/attachment.bin>
More information about the llvm-commits
mailing list