[PATCH] D36151: [GlobalISel] Only merge memory ops for mayLoad or mayStore instrs.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 07:43:44 PDT 2017


dsanders added a comment.

Limiting memory operands to instructions involving memory is a change I want to make but before we do that, could you elaborate a bit on the spurious memory operand you're seeing? In particular, was that memory operand present on any of the instructions covered by the match? I'm wondering if you've hit the bug that will be fixed by https://reviews.llvm.org/D36094.


https://reviews.llvm.org/D36151





More information about the llvm-commits mailing list