[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...
Chris Lattner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 10:46:33 PDT 2020
lattner added a comment.
cool thx!
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