This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][Not-For-Commit] New AAComposeTwoGenericDeduction class
Needs ReviewPublic

Authored by jdoerfert on Apr 23 2020, 8:47 AM.

Details

Reviewers
sstefan1
uenoku
Summary

The old AAComposeTwoGenericDeduction was removed when the users were
replaced. This new class is superior to the old as it properly handles
generic deductions and their effect on the state. The old usage did not
require this as we only used it with the must-be-executed-context
explorer AA.

This code is not to be committed without use case.

Diff Detail