comparison src/share/vm/adlc/archDesc.cpp @ 14495:cd5d10655495

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 abec000618bf
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14494:5292439ef895 14495:cd5d10655495
1165 || strcmp(idealName,"CmpL") == 0 1165 || strcmp(idealName,"CmpL") == 0
1166 || strcmp(idealName,"CmpD") == 0 1166 || strcmp(idealName,"CmpD") == 0
1167 || strcmp(idealName,"CmpF") == 0 1167 || strcmp(idealName,"CmpF") == 0
1168 || strcmp(idealName,"FastLock") == 0 1168 || strcmp(idealName,"FastLock") == 0
1169 || strcmp(idealName,"FastUnlock") == 0 1169 || strcmp(idealName,"FastUnlock") == 0
1170 || strcmp(idealName,"AddExactI") == 0 1170 || strcmp(idealName,"OverflowAddI") == 0
1171 || strcmp(idealName,"AddExactL") == 0 1171 || strcmp(idealName,"OverflowAddL") == 0
1172 || strcmp(idealName,"SubExactI") == 0 1172 || strcmp(idealName,"OverflowSubI") == 0
1173 || strcmp(idealName,"SubExactL") == 0 1173 || strcmp(idealName,"OverflowSubL") == 0
1174 || strcmp(idealName,"MulExactI") == 0 1174 || strcmp(idealName,"OverflowMulI") == 0
1175 || strcmp(idealName,"MulExactL") == 0 1175 || strcmp(idealName,"OverflowMulL") == 0
1176 || strcmp(idealName,"NegExactI") == 0
1177 || strcmp(idealName,"NegExactL") == 0
1178 || strcmp(idealName,"FlagsProj") == 0
1179 || strcmp(idealName,"Bool") == 0 1176 || strcmp(idealName,"Bool") == 0
1180 || strcmp(idealName,"Binary") == 0 ) { 1177 || strcmp(idealName,"Binary") == 0 ) {
1181 // Removed ConI from the must_clone list. CPUs that cannot use 1178 // Removed ConI from the must_clone list. CPUs that cannot use
1182 // large constants as immediates manifest the constant as an 1179 // large constants as immediates manifest the constant as an
1183 // instruction. The must_clone flag prevents the constant from 1180 // instruction. The must_clone flag prevents the constant from