[MachineLICM] Use newer model of register pressure sets.
authorDaniel Jasper <djasper@google.com>
Tue, 14 Apr 2015 11:56:25 +0000 (11:56 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 14 Apr 2015 11:56:25 +0000 (11:56 +0000)
commit274928fec6d2ec1072a6e27ccf6128aef31f0107
tree5bf859344c1f0766c8bad6d4ba60900948c3d908
parent80ccca37021a6da2670c52d567c0a1b630e3ba6e
[MachineLICM] Use newer model of register pressure sets.

TargetRegisterInfo::getRegPressureLimit has a note that it is an old
model that relies on manually entered classes. Using the newer model of
register pressure sets seems more appropriate. We might eventually even
switch to lib/CodeGen/RegisterPressure.cpp, but we should probably do
incremental changes here.

Using the newer model also makes it easier to take regmasks into account
which is necessary to fix llvm.org/PR23143. I am currently also
preparing a patch for that, but would like to do this switch
independently.

Review: http://reviews.llvm.org/D8986
llvm-svn: 234880
llvm/lib/CodeGen/MachineLICM.cpp