This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove ReferTo attr constraint
ClosedPublic

Authored by jpienaar on Sep 23 2022, 11:40 AM.

Details

Summary

The current generation is unsafe as it is evaluated during verify
invocation rather than during verifySymbolUses. Remove until this is
safely generated.

Diff Detail

Event Timeline

jpienaar created this revision.Sep 23 2022, 11:40 AM
jpienaar requested review of this revision.Sep 23 2022, 11:40 AM
rriddle accepted this revision.Sep 23 2022, 11:43 AM
This revision is now accepted and ready to land.Sep 23 2022, 11:43 AM
This revision was automatically updated to reflect the committed changes.