[PATCH] D66939: [ARM][MVE] Decoding of uqrshl and sqrshl accepts unpredictable encodings

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 01:57:21 PDT 2019


ostannard requested changes to this revision.
ostannard added inline comments.
This revision now requires changes to proceed.


================
Comment at: lib/Target/ARM/Disassembler/ARMDisassembler.cpp:6490
+
+    if (Rda == Rm)
+      return MCDisassembler::SoftFail;
----------------
This case needs a test.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66939/new/

https://reviews.llvm.org/D66939





More information about the llvm-commits mailing list