summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/MachineSink-SubReg.ll
Commit message (Collapse)AuthorAgeFilesLines
* Recommit 'Remove the restriction that MachineSinking is now stopped byWei Mi2016-08-121-0/+37
| | | | | | | | | | | | | | | | "insert_subreg, subreg_to_reg, and reg_sequence" instructions' after adjusting some unittest checks. This is to solve PR28852. The restriction was added at 2010 to make better register coalescing. We assumed that it was not necessary any more. Testing results on x86 supported the assumption. We will look closely to any performance impact it will bring and will be prepared to help analyzing performance problem found on other architectures. Differential Revision: https://reviews.llvm.org/D23210 llvm-svn: 278466
* Remove empty file left by partial reversion.Tim Northover2016-08-111-0/+0
| | | | llvm-svn: 278411
* Revert rL278384 which caused several buildbot failures (like check failures ↵Wei Mi2016-08-111-37/+0
| | | | | | in CodeGen/X86/clz.ll). llvm-svn: 278402
* Remove the restriction that MachineSinking is now stopped by "insert_subreg,Wei Mi2016-08-111-0/+37
subreg_to_reg, and reg_sequence" instructions. This is to solve PR28852. The restriction was added at 2010 to make better register coalescing. We assumed that it was not necessary any more. Testing results on x86 supported the assumption. We will look closely to any performance impact it will bring and will be prepared to help analyzing performance problem found on other architectures. Differential Revision: https://reviews.llvm.org/D23210 llvm-svn: 278384
OpenPOWER on IntegriCloud