mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Rewrite some tests with FileCHeck in X86 codegen
- Revise previous patches of the same purpose by fixing *) grep <PA> | not grep <PB> semantically is not the same as CHECK: <PA>{{^<PB>.*$}} as the former will check all occurrences of <PA> while the later only check the first match. As the result, CHECK needs putting in all place where <PA> occurs. *) grep <PA> | count <N> needs a final CHECK-NOT of the same pattern. (As 'CHECK-<N>' is proposed for discussion, converting 'grep | count <N>' where N > 1 is postponed.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
; RUN: llc < %s -tailcallopt=false | FileCheck %s
|
||||
; CHECK: movl 8(%esp), %eax
|
||||
; CHECK: movl 8(%esp), %eax
|
||||
; CHECK-NOT: movl 8(%esp), %eax
|
||||
|
||||
; PR3122
|
||||
; rdar://6400815
|
||||
|
Reference in New Issue
Block a user