[PATCH] D34743: [AArch64] AArch64CondBrTuningPass generates wrong branch instructions

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 07:12:13 PDT 2017


gberry added inline comments.


================
Comment at: lib/Target/AArch64/AArch64CondBrTuning.cpp:25
 /// 3) sub w8, w0, w1       -> subs w8, w0, w1   ; w8 has multiple uses.
 ///    tbz w8, #31, .LBB6_2 -> b.ge .LBB6_2
 ///
----------------
This comment should be fixed.


https://reviews.llvm.org/D34743





More information about the llvm-commits mailing list