[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 13:40:06 PDT 2018


efriedma added a comment.

So EarlyIfConverter+MachineCSE is sort of acting like a primitive form of gvn-hoist.  That makes sense.  An actual hoisting pass would probably be more effective, though.


https://reviews.llvm.org/D46278





More information about the llvm-commits mailing list