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

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 13:33:24 PST 2020


Paul-C-Anagnostopoulos added a comment.

Does it make sense to define a const for the value (uint64_t)-1?

Possibly dumb question: There are places where the opcode (Opc) is declared as unsigned. Is that okay?


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