[PATCH] D60705: [ARM] Turn some undefined encoding bits into 0s.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 03:46:55 PDT 2019


simon_tatham updated this revision to Diff 202410.
simon_tatham added a comment.

If I set the Unpredictable field on the `ORR` instruction in particular, then it clashes with `CSEL`. But I think you're right that all the other affected instructions can be changed from `?` into `0` + Unpredictable.

Here's a revised version of the patch which does it that way, and also includes a test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60705

Files:
  llvm/lib/Target/ARM/ARMInstrThumb2.td
  llvm/test/MC/Disassembler/ARM/thumb2-bit-15.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60705.202410.patch
Type: text/x-patch
Size: 4650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190531/e7e7fb78/attachment.bin>


More information about the llvm-commits mailing list