[PATCH] D59016: [TableGen] Allow 2^63-1 and 2^63-2 as int literals.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 10:08:26 PST 2019


efriedma added a comment.

Instead of adding special cases for the tombstone, can we use some generic map that doesn't require user-defined tombstones, like std::map?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59016





More information about the llvm-commits mailing list