This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Expose more query APIs directly on TargetEnv
ClosedPublic

Authored by antiagainst on Nov 9 2020, 7:07 AM.

Details

Summary

This allows us to omit one level of indirection when querying
the information from the underlying attribute.

Diff Detail

Event Timeline

antiagainst created this revision.Nov 9 2020, 7:07 AM
antiagainst requested review of this revision.Nov 9 2020, 7:07 AM
antiagainst retitled this revision from [mlir][spirv] NFC: expose more query APIs directly on TargetEnv to [mlir][spirv] Expose more query APIs directly on TargetEnv.Nov 9 2020, 7:19 AM
antiagainst added a reviewer: ThomasRaoux.
hanchung accepted this revision.Nov 9 2020, 8:29 AM
This revision is now accepted and ready to land.Nov 9 2020, 8:29 AM
ThomasRaoux accepted this revision.Nov 9 2020, 8:52 AM