mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mtriple=x86_64-linux.
llvm-svn: 127775
This commit is contained in:
parent
e14b2b226f
commit
5b6198dfb9
@ -1,7 +1,15 @@
|
||||
; RUN: llc < %s -march=x86-64 | grep LCPI | count 3
|
||||
; RUN: llc < %s -march=x86-64 -o /dev/null -stats -info-output-file - | grep asm-printer | grep 6
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep LCPI | count 3
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 -o /dev/null -stats -info-output-file - | grep asm-printer | grep 12
|
||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
|
||||
; CHECK: LCPI
|
||||
; CHECK: LCPI
|
||||
; CHECK: LCPI
|
||||
; CHECK-NOT: LCPI
|
||||
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -o /dev/null -stats -info-output-file - | FileCheck %s -check-prefix=X64stat
|
||||
; X64stat: 6 asm-printer
|
||||
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 -o /dev/null -stats -info-output-file - | FileCheck %s -check-prefix=X32stat
|
||||
; X32stat: 12 asm-printer
|
||||
|
||||
declare float @qux(float %y)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user