[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:47:31 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd63036c0efd2: Reimplement mlir::Identifier to be a wrapper around 'StringMapEntry*' instead… (authored by lattner).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77999/new/
https://reviews.llvm.org/D77999
Files:
mlir/include/mlir/IR/Identifier.h
mlir/lib/IR/MLIRContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77999.257032.patch
Type: text/x-patch
Size: 5440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/e5cc5c92/attachment.bin>
More information about the llvm-commits
mailing list