[PATCH] D29344: [AArch64] Extend redundant copy elimination pass to handle non-zero stores.
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 10:56:19 PST 2017
junbuml added inline comments.
================
Comment at: lib/Target/AArch64/AArch64RedundantCopyElimination.cpp:115
+/// branch \p CondBr jumps and whos equality comparison is against a constant.
+/// If true, return the compare instruction the branch is predicated upon.
+/// Otherwise, return nullptr.
----------------
junbuml wrote:
> This return the compare instruction the branch is predicated upon.
Please ignore this.
https://reviews.llvm.org/D29344
More information about the llvm-commits
mailing list