Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/IR/MLIRContext.cpp | ||
---|---|---|
733 | This is still the fast path when in single threaded mode, unless we don't really care about that one? |
Differential D95770
Avoid string comparisons on the fast path of MLIR Identifier lookup (NFC) ClosedPublic Authored by mehdi_amini on Jan 31 2021, 6:58 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 12 others. · View Herald TranscriptJan 31 2021, 6:58 PM This revision is now accepted and ready to land.Feb 1 2021, 11:09 AM This revision was landed with ongoing or failed builds.Feb 1 2021, 1:05 PM Closed by commit rG32ef6d89f48b: Avoid string comparisons on the fast path of MLIR Identifier lookup (NFC) (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 320570 mlir/lib/IR/MLIRContext.cpp
|
This is still the fast path when in single threaded mode, unless we don't really care about that one?