This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Tighten type constraint on memref.global op def
ClosedPublic

Authored by bondhugula on Sep 15 2021, 4:47 AM.

Details

Summary

Tighten the def of memref.global op to use the right kind of TypeAttr
(of MemRefType).

Diff Detail

Event Timeline

bondhugula created this revision.Sep 15 2021, 4:47 AM
bondhugula requested review of this revision.Sep 15 2021, 4:47 AM
ftynse accepted this revision.Sep 15 2021, 4:51 AM
This revision is now accepted and ready to land.Sep 15 2021, 4:51 AM
jurahul accepted this revision.Sep 15 2021, 10:04 AM
This revision was automatically updated to reflect the committed changes.