Cache instances of several common attributes(e.g. BoolAttr, UnitAttr) and...
Cache instances of several common attributes(e.g. BoolAttr, UnitAttr) and types(I1/I16/I32/etc.) when creating the MLIRContext. This allows for these symbols to be accessed without the need to perform any lookups/locking. PiperOrigin-RevId: 254410080
Loading
Please sign in to comment