This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use reinterpret cast to construct TypedValue from a pointer
ClosedPublic

Authored by ezhulenev on Jul 2 2023, 4:11 PM.

Details

Summary

Value is not convertible to TypedValue<T>, use explicit constructor from a pointer

Diff Detail

Event Timeline

ezhulenev created this revision.Jul 2 2023, 4:11 PM
Herald added a project: Restricted Project. · View Herald Transcript
ezhulenev requested review of this revision.Jul 2 2023, 4:11 PM
ezhulenev edited the summary of this revision. (Show Details)Jul 2 2023, 4:15 PM
ezhulenev added a reviewer: mehdi_amini.
ezhulenev retitled this revision from [mlir] Specialize DenseMapInfo and PinterLikeTYpeTraits for mlir::TypedValue to [mlir] Use reinterpret cast to construct TypedValue from a pointer.Jul 2 2023, 4:17 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 2 2023, 4:18 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.