comparison src/share/vm/adlc/archDesc.cpp @ 17726:085b304a1cc5

8027754: Enable loop optimizations for loops with MathExact inside Reviewed-by: kvn, iveresov
author rbackman
date Thu, 23 Jan 2014 12:08:28 +0100
parents 55fb97c4c58d
children 62c54fcc0a35
comparison
equal deleted inserted replaced
17725:b4ce4e9eb97d 17726:085b304a1cc5
1190 || strcmp(idealName,"CmpL") == 0 1190 || strcmp(idealName,"CmpL") == 0
1191 || strcmp(idealName,"CmpD") == 0 1191 || strcmp(idealName,"CmpD") == 0
1192 || strcmp(idealName,"CmpF") == 0 1192 || strcmp(idealName,"CmpF") == 0
1193 || strcmp(idealName,"FastLock") == 0 1193 || strcmp(idealName,"FastLock") == 0
1194 || strcmp(idealName,"FastUnlock") == 0 1194 || strcmp(idealName,"FastUnlock") == 0
1195 || strcmp(idealName,"AddExactI") == 0 1195 || strcmp(idealName,"OverflowAddI") == 0
1196 || strcmp(idealName,"AddExactL") == 0 1196 || strcmp(idealName,"OverflowAddL") == 0
1197 || strcmp(idealName,"SubExactI") == 0 1197 || strcmp(idealName,"OverflowSubI") == 0
1198 || strcmp(idealName,"SubExactL") == 0 1198 || strcmp(idealName,"OverflowSubL") == 0
1199 || strcmp(idealName,"MulExactI") == 0 1199 || strcmp(idealName,"OverflowMulI") == 0
1200 || strcmp(idealName,"MulExactL") == 0 1200 || strcmp(idealName,"OverflowMulL") == 0
1201 || strcmp(idealName,"NegExactI") == 0
1202 || strcmp(idealName,"NegExactL") == 0
1203 || strcmp(idealName,"FlagsProj") == 0
1204 || strcmp(idealName,"Bool") == 0 1201 || strcmp(idealName,"Bool") == 0
1205 || strcmp(idealName,"Binary") == 0 ) { 1202 || strcmp(idealName,"Binary") == 0 ) {
1206 // Removed ConI from the must_clone list. CPUs that cannot use 1203 // Removed ConI from the must_clone list. CPUs that cannot use
1207 // large constants as immediates manifest the constant as an 1204 // large constants as immediates manifest the constant as an
1208 // instruction. The must_clone flag prevents the constant from 1205 // instruction. The must_clone flag prevents the constant from