Avoid string comparisons on the fast path of MLIR Identifier lookup (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Mon, 1 Feb 2021 02:57:21 +0000 (02:57 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 1 Feb 2021 21:05:07 +0000 (21:05 +0000)
commit32ef6d89f48be765330ee5d15cf57a1f01c9b335
treee82014a916525570061756fc80b6450ae3ece403
parent0b28d756af183b9f294ddca5432a0ad5054ac9c2
Avoid string comparisons on the fast path of MLIR Identifier lookup (NFC)

Differential Revision: https://reviews.llvm.org/D95770
mlir/lib/IR/MLIRContext.cpp