[PATCH] D41905: [ARM] Add support for unpredictable MVN instructions.

Yvan Roux via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 04:24:34 PST 2018


yroux added a comment.

Thanks for the review Oliver,

here is the new version of the patch.

Notice that the added assembly test doesn't cover all the cases of PC usage in MVN instruction because currently it doesn't report an error in these case:

  	mvn	r5, pc, lsl r7
  	mvn	r5, r6, lsl pc

Thus, I'm only testing here the register change impact on Rd, and I'm trying to fix MC and will complete the test coverage in a second patch.
Does it sounds good ?


https://reviews.llvm.org/D41905





More information about the llvm-commits mailing list