This is an archive of the discontinued LLVM Phabricator instance.

[flang][mlir][NFC] Replace uses of raw accessors with prefixed accessors
ClosedPublic

Authored by shraiysh on Feb 15 2022, 12:13 AM.

Details

Summary

kEmitAccessorPrefix_Raw is being removed, and so updating the
accessors to kEmitAccessorPrefix_Prefixed.

Diff Detail