[PATCH] D92423: [llvm-tblgen] Fixed 64-bit filters being sliced to 32 bits in FixedLenDecoderEmitter

Cameron via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 13:45:24 PST 2020


cameron314 added a comment.

I can add a constant.

As far as I understand it, the various `unsigned Opc` variables actually refer to an opcode ID (in NumberedEncodings) and not the instruction encoding itself, so they should be OK.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92423



More information about the llvm-commits mailing list