[PATCH] D75297: [TypeSize] Allow returning scalable size in implicit conversion to uint64_t

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 13:59:45 PST 2020


ctetreau added a comment.

how pervasive is this issue? I worry that adding this stopgap today will allow a bunch of dangerous code to get committed, and will make future efforts to correct the issue more difficult.

Can the places where this currently blows up just call getKnownMinSize()?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75297





More information about the llvm-commits mailing list