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
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
75 ↗ | (On Diff #89837) | 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 ↗ | (On Diff #89841) | I think what @craig.topper wanted to say is that the description should be "the last x86-pref-loop-alignment bits of the ..." |