commit | e729f0f935ae1f613b9c9cd7aec36e9848b6a385 | [log] [tgz] |
---|---|---|
author | Tom Stellard <[email protected]> | Wed Jan 07 20:59:25 2015 +0000 |
committer | Tom Stellard <[email protected]> | Wed Jan 07 20:59:25 2015 +0000 |
tree | 780876bb76d654ee0efc25fa93b67df0c7346078 | |
parent | 033a537a84e9f13b43ca89c2353a1d99ab6cf5d9 [diff] |
R600/SI: Remove VReg_32 register class Use VGPR_32 register class instead. These two register classes were identical and having separate classes was causing SIInstrInfo::isLegalOperands() to be overly conservative in some cases. This change is necessary to prevent future paches from missing a folding opportunity in fneg-fabs.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225382 91177308-0d34-0410-b5e6-96231b3b80d8