mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Try adding an mtriple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8258135c90
commit
cc958c928f
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 -mtriple=x86_64-apple-darwin10 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 -mtriple=x86_64-apple-darwin10 | FileCheck %s
|
||||
; There are no MMX operations in bork; promoted to XMM.
|
||||
|
||||
define void @bork(<1 x i64>* %x) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user