Loop alignment can cause a significant change of
the perfromance for short loops.
To be able to evaluate the impact of loop alignment this change
introduces the new option x86-experimental-pref-loop-alignment.
The alignment will be 2^Value bytes, the default value is 4.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
75 | prefereable should be spelled preferable. Probably shouldn't use "ExperimentalPrefLoopAlignment" in the description since that's an variable name and this text is printed to the command line help. |
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
76 | I think what @craig.topper wanted to say is that the description should be "the last x86-pref-loop-alignment bits of the ..." |
prefereable should be spelled preferable.
Probably shouldn't use "ExperimentalPrefLoopAlignment" in the description since that's an variable name and this text is printed to the command line help.