[PATCH] D36704: [CodeGen] Improve the consistency of instruction fusion

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 14:34:13 PDT 2017


MatzeB added a comment.

You can push this if you want, but I still think that first too loops in fuseInstructionPair() are a poor mans version of the reachability check I outlined in the comments (which would catch more cases).


https://reviews.llvm.org/D36704





More information about the llvm-commits mailing list