This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-01 05:01:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
CodeGen
/
X86
/
i128-immediate.ll
6 lines
108 B
LLVM
Raw
Normal View
History
Unescape
Escape
X86: Do not use llc -march in tests. `llc -march` is problematic because it only switches the target architecture, but leaves the operating system unchanged. This occasionally leads to indeterministic tests because the OS from LLVM_DEFAULT_TARGET_TRIPLE is used. However we can simply always use `llc -mtriple` instead. This changes all the tests to do this to avoid people using -march when they copy and paste parts of tests. See also the discussion in https://reviews.llvm.org/D35287 llvm-svn: 309774
2017-08-02 00:28:10 +00:00
; RUN: llc < %s -mtriple=x86_64-- | grep movq | count 2
APIntify SelectionDAG's EXTRACT_ELEMENT code. llvm-svn: 48726
2008-03-24 16:38:05 +00:00
define
i128
@__addvti3
(
)
{
ret
i128
-1
}
Reference in New Issue
Copy Permalink