mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Use –mcpu=generic, so that the test will not fail when run on an Intel Atom
processor, due to the Atom scheduler producing an instruction sequence that is different from that which is expected. Patch by Michael Spencer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150736 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
331888460b
commit
5b0e7886f3
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 | FileCheck %s
|
||||
; RUN: llc < %s -mcpu=generic -march=x86-64 | FileCheck %s
|
||||
; Verify that we are using the efficient uitofp --> sitofp lowering illustrated
|
||||
; by the compiler_rt implementation of __floatundisf.
|
||||
; <rdar://problem/8493982>
|
||||
|
Loading…
x
Reference in New Issue
Block a user