summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tail-threshold.ll
Commit message (Collapse)AuthorAge
* Add triple.Rafael Espindola2011-06-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133026 91177308-0d34-0410-b5e6-96231b3b80d8
* Check the llc output.Rafael Espindola2011-06-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133021 91177308-0d34-0410-b5e6-96231b3b80d8
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132995 91177308-0d34-0410-b5e6-96231b3b80d8
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132988 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the threshold used by branch folding softer. Before we would get aRafael Espindola2011-06-14
sharp all or nothing transition when one extra predecessor was added. Now we still test first ones for merging. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132974 91177308-0d34-0410-b5e6-96231b3b80d8