mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresponding to Craig's r189742.
AMD Piledriver builder detected failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b775f2f39c
commit
b9edd20706
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86 | grep "movzbl %[abcd]h," | count 7
|
||||
; RUN: llc < %s -march=x86 -mattr=-bmi | grep "movzbl %[abcd]h," | count 7
|
||||
|
||||
; Use h-register extract and zero-extend.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 | grep "movzbl %[abcd]h," | count 7
|
||||
; RUN: llc < %s -march=x86-64 -mattr=-bmi | grep "movzbl %[abcd]h," | count 7
|
||||
|
||||
; Use h-register extract and zero-extend.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X86-64
|
||||
; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64
|
||||
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X86-32
|
||||
; RUN: llc < %s -mattr=-bmi -mtriple=x86_64-linux | FileCheck %s -check-prefix=X86-64
|
||||
; RUN: llc < %s -mattr=-bmi -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64
|
||||
; RUN: llc < %s -mattr=-bmi -march=x86 | FileCheck %s -check-prefix=X86-32
|
||||
|
||||
; Use h registers. On x86-64, codegen doesn't support general allocation
|
||||
; of h registers yet, due to x86 encoding complications.
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-linux > %t
|
||||
; RUN: llc -mattr=-bmi < %s -mtriple=x86_64-linux > %t
|
||||
; RUN: grep "movzbl %[abcd]h," %t | count 8
|
||||
; RUN: grep "%[abcd]h" %t | not grep "%r[[:digit:]]*d"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mattr=-bmi | FileCheck %s
|
||||
|
||||
define fastcc i32 @t() nounwind {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user