[PATCH] D156967: [PoC][SelectionDAG] Upgrade the MatcherTable type from unsigned char to unsigned short

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 00:47:11 PDT 2023


craig.topper added a comment.

This is definitely not the right fix. We can use a variable bit encoding for the predicate like we do for CheckInteger, CheckAndImm, CheckOrImm, etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156967



More information about the llvm-commits mailing list