[PATCH] D39192: [ARM] processInstruction must return true if it makes a change

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 14:27:02 PDT 2017


olista01 added a comment.

I'm not aware of any test case that can trigger this at the moment, because we get lucky with the ordering of opcodes in the assembly matcher table. However, other patches that I'm working on change that.


Repository:
  rL LLVM

https://reviews.llvm.org/D39192





More information about the llvm-commits mailing list