This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Add helper class to compose two structured deduction.
ClosedPublic

Authored by uenoku on Aug 23 2019, 5:31 AM.

Details

Summary

This patch introduces a generic way to compose two structured deductions. This will be used for composing generic deduction with MustBeExecutedExplorer and other existing generic deduction.

Diff Detail

Event Timeline

uenoku created this revision.Aug 23 2019, 5:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2019, 5:31 AM

This is what I wanted but I think I need to see this in action as I'm not a template wizard. (Btw. if you want to clean up the mess I made, feel free!)

uenoku updated this revision to Diff 217010.Aug 23 2019, 11:32 PM

Minor update.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 8 2019, 8:26 AM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Oct 8 2019, 9:24 AM

Looks like this fails on Windows: http://45.33.8.238/win/74/step_8.txt

Looks like this fails on Windows: http://45.33.8.238/win/74/step_8.txt

Thank you for teaching me. A temporary fix is done in rl374086.