Issue 58090
Summary [Flang] fircg_Dialect should use prefixed accessors
Labels flang:ir
Assignees clementval
Reporter River707
    The raw accessor form for dialects is going away soon, and fircg_Dialect is the only flang dialect that hasn't been flipped (as far as I could tell). The accessors can be flipped by removing the following:

```
  let emitAccessorPrefix = kEmitAccessorPrefix_Raw;
```

and then updating any API changes that come out of that.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to