[PATCH] D37683: [mips] Correcting operand range for DINSM instruction

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 06:10:26 PDT 2017


sdardis added a comment.

Can you add a test case along the lines of:

  dinsm $4, $5, 31, 33

to test/MC/Mips/mips64r{2|6}/valid.s

I've noticed that the dext and dins family of instructions are not tested in those files.


Repository:
  rL LLVM

https://reviews.llvm.org/D37683





More information about the llvm-commits mailing list