[PATCH] D17942: [AArch64] Optimize compare and branch sequence when the compare's constant operand is power of 2

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 06:38:46 PDT 2016


chapuni added a subscriber: chapuni.

================
Comment at: llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp:2980
@@ -2979,1 +2979,3 @@
 ///
+/// \brief Replace compare and branch sequence by TBZ/TBNZ instruction when
+/// the compare's constant operand is power of 2.
----------------
2nd "\brief" should not be here. [-Wdocumentation]


Repository:
  rL LLVM

http://reviews.llvm.org/D17942





More information about the llvm-commits mailing list