[llvm] r291605 - Make the test accept different OpCode values since it doesn't really care about the value.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 14:10:23 PST 2017
Author: dyung
Date: Tue Jan 10 16:10:22 2017
New Revision: 291605
URL: http://llvm.org/viewvc/llvm-project?rev=291605&view=rev
Log:
Make the test accept different OpCode values since it doesn't really care about the value.
Differential Revision: https://reviews.llvm.org/D28487
Modified:
llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir
Modified: llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir?rev=291605&r1=291604&r2=291605&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir (original)
+++ llvm/trunk/test/CodeGen/X86/implicit-null-checks.mir Tue Jan 10 16:10:22 2017
@@ -319,7 +319,7 @@ liveins:
- { 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:
More information about the llvm-commits
mailing list