mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
Add a target triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa7426070d
commit
f870e566ee
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=x86-64 < %s -stats -info-output-file - | grep machine-licm | grep 2
|
||||
; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -stats -info-output-file - | grep machine-licm | grep 2
|
||||
|
||||
; MachineLICM should be able to hoist the symbolic addresses out of
|
||||
; the inner loops.
|
||||
|
Loading…
Reference in New Issue
Block a user