[PATCH] D28487: Fixup test to accept different Opcode values
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 14:21:16 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL291605: Make the test accept different OpCode values since it doesn't really care about… (authored by dyung).
Changed prior to commit:
https://reviews.llvm.org/D28487?vs=83708&id=83872#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28487
Files:
llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir
Index: llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir
===================================================================
--- llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir
+++ llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir
@@ -319,7 +319,7 @@
- { reg: '%rsi' }
# CHECK: bb.0.entry:
# CHECK: %rbx = MOV64rr %rdx
-# CHECK-NEXT: %rdi = FAULTING_LOAD_OP %bb.3.is_null, 260, killed %rbx, killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (load 4 from %ir.x)
+# CHECK-NEXT: %rdi = FAULTING_LOAD_OP %bb.3.is_null, {{[0-9]+}}, killed %rbx, killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (load 4 from %ir.x)
body: |
bb.0.entry:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28487.83872.patch
Type: text/x-patch
Size: 676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170110/76d524be/attachment.bin>
More information about the llvm-commits
mailing list