1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-31 11:32:42 +00:00
Jakob Stoklund Olesen 91fb536a34 Add a MinNumRegs argument to MRI::constrainRegClass().
The function will refuse to use a register class with fewer registers
than MinNumRegs.  This can be used by clients to avoid accidentally
increase register pressure too much.

The default value of MinNumRegs=0 doesn't affect how constrainRegClass()
works.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140339 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-22 21:39:31 +00:00
..
2011-04-23 19:53:52 +00:00
2010-11-29 18:16:10 +00:00
2010-07-01 01:00:22 +00:00
2011-08-12 18:18:02 +00:00
2010-11-29 18:16:10 +00:00
2010-09-10 22:25:58 +00:00
2011-03-07 19:28:43 +00:00
2010-06-18 19:04:37 +00:00
2010-11-29 18:16:10 +00:00
2010-11-29 18:16:10 +00:00
2010-11-29 18:16:10 +00:00
2011-06-01 23:32:40 +00:00
2011-09-13 23:45:39 +00:00
2011-06-16 16:52:24 +00:00