[PATCH] D90635: [TableGen] Add true and false literals to represent booleans

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 12:46:06 PST 2020


jrtc27 added a comment.

Should these not be `bits<1>` instead? C/C++'s lax rules around integer promotion aren't generally something modern languages replicate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90635



More information about the llvm-commits mailing list