mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Instead of storing a StringRef, we keep an Identifier which otherwise requires a lock on the context to retrieve. This will allow to get an Identifier for any registered Operation for "free". Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D86994
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.