Andrew Trick
|
121124acf8
|
Revert "Temporarily enable MI-Sched on X86."
This reverts commit 98a9b72e8c56dc13a2617de84503a3d78352789c.
llvm-svn: 184823
|
2013-06-25 02:48:58 +00:00 |
NAKAMURA Takumi
|
c316274d76
|
llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.
llvm-svn: 184731
|
2013-06-24 13:19:59 +00:00 |
Andrew Trick
|
5a1e0af838
|
Temporarily enable MI-Sched on X86.
Sorry for the unit test churn. I'll try to make the change permanently
next time.
llvm-svn: 184705
|
2013-06-24 09:13:20 +00:00 |
Eli Bendersky
|
b7b1ffc8e7
|
Fix an invalid regex in the test
llvm-svn: 169108
|
2012-12-02 15:46:02 +00:00 |
Preston Gurd
|
f2ea70ae4a
|
Fix remaining lit tests which were failing when run on an Atom
processor.
Patches by Tyler Nowicki, Andy Zhang, and Preston Gurd!
llvm-svn: 160520
|
2012-07-19 18:53:21 +00:00 |
Benjamin Kramer
|
4d0916788d
|
Give the rdrand instructions a SideEffect flag and a chain so MachineCSE and MachineLICM don't touch it.
I already had the necessary things in place for IR-level passes but missed the machine passes.
llvm-svn: 160137
|
2012-07-12 18:14:57 +00:00 |
NAKAMURA Takumi
|
f415fe70f3
|
llvm/test/CodeGen/X86/rdrand.ll: Relax expression corresponding to Win64 CC.
llvm-svn: 160124
|
2012-07-12 10:22:57 +00:00 |
Benjamin Kramer
|
cbac2f3bc9
|
Use %s instead of the explicit name, the latter doesn't work in out-of-tree builds.
llvm-svn: 160120
|
2012-07-12 09:36:29 +00:00 |
Benjamin Kramer
|
0ab2794eda
|
Add intrinsics for Ivy Bridge's rdrand instruction.
The rdrand/cmov sequence is the same that is emitted by both
GCC and ICC.
Fixes PR13284.
llvm-svn: 160117
|
2012-07-12 09:31:43 +00:00 |