[PATCH] D77999: Reimplement mlir::Identifier to be a wrapper around 'StringMapEntry*' instead of a wrapper around a 'const char*'. This makes it so strref() can be computed without calling strlen, which is more efficient and less error-prone. While here...

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 10:12:19 PDT 2020


jpienaar added a comment.

Nice :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77999





More information about the llvm-commits mailing list