src/share/vm/adlc/archDesc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/adlc/archDesc.cpp

src/share/vm/adlc/archDesc.cpp

Print this page
rev 5777 : 8027754: Enable loop optimizations for loops with MathExact inside

*** 1164,1182 **** || strcmp(idealName,"CmpL") == 0 || strcmp(idealName,"CmpD") == 0 || strcmp(idealName,"CmpF") == 0 || strcmp(idealName,"FastLock") == 0 || strcmp(idealName,"FastUnlock") == 0 ! || strcmp(idealName,"AddExactI") == 0 ! || strcmp(idealName,"AddExactL") == 0 ! || strcmp(idealName,"SubExactI") == 0 ! || strcmp(idealName,"SubExactL") == 0 ! || strcmp(idealName,"MulExactI") == 0 ! || strcmp(idealName,"MulExactL") == 0 ! || strcmp(idealName,"NegExactI") == 0 ! || strcmp(idealName,"NegExactL") == 0 ! || strcmp(idealName,"FlagsProj") == 0 || strcmp(idealName,"Bool") == 0 || strcmp(idealName,"Binary") == 0 ) { // Removed ConI from the must_clone list. CPUs that cannot use // large constants as immediates manifest the constant as an // instruction. The must_clone flag prevents the constant from --- 1164,1179 ---- || strcmp(idealName,"CmpL") == 0 || strcmp(idealName,"CmpD") == 0 || strcmp(idealName,"CmpF") == 0 || strcmp(idealName,"FastLock") == 0 || strcmp(idealName,"FastUnlock") == 0 ! || strcmp(idealName,"OverflowAddI") == 0 ! || strcmp(idealName,"OverflowAddL") == 0 ! || strcmp(idealName,"OverflowSubI") == 0 ! || strcmp(idealName,"OverflowSubL") == 0 ! || strcmp(idealName,"OverflowMulI") == 0 ! || strcmp(idealName,"OverflowMulL") == 0 || strcmp(idealName,"Bool") == 0 || strcmp(idealName,"Binary") == 0 ) { // Removed ConI from the must_clone list. CPUs that cannot use // large constants as immediates manifest the constant as an // instruction. The must_clone flag prevents the constant from
src/share/vm/adlc/archDesc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File