[PATCH] D46278: [AArch64] Fold B = csel A, A into B = COPY A

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 30 14:10:03 PDT 2018


efriedma added a comment.

It's not really csel vs. mov; the COPY likely gets coalesced away, and it might allow erasing the condition which feeds the select, which might allow erasing more code, etc.


https://reviews.llvm.org/D46278





More information about the llvm-commits mailing list