[PATCH] D30391: [X86] Add option to specify preferable loop alignment

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 11:49:18 PST 2017


sanjoy added inline comments.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:76
+    cl::desc("Sets the preferable loop alignment "
+             "(the last PreferableLoopAlignment bits"
+             " of the loop header PC will be 0)."),
----------------
I think what @craig.topper wanted to say is that the description should be "the last x86-pref-loop-alignment bits of the ..."


https://reviews.llvm.org/D30391





More information about the llvm-commits mailing list