summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atom-call-reg-indirect-foldedreload64.ll
Commit message (Collapse)AuthorAge
* Use FileCheck instead of grep.Preston Gurd2013-04-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179322 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify test cases for Atom preferring call register indirect overPreston Gurd2013-04-02
| | | | | | | | call memory indirect (32 and 64 bit). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178541 91177308-0d34-0410-b5e6-96231b3b80d8
* This patch follows is a follow up to r178171, which uses the register Preston Gurd2013-03-27
form of call in preference to memory indirect on Atom. In this case, the patch applies the optimization to the code for reloading spilled registers. The patch also includes changes to sibcall.ll and movgs.ll, which were failing on the Atom buildbot after the first patch was applied. This patch by Sriram Murali. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178193 91177308-0d34-0410-b5e6-96231b3b80d8