]> granicus.if.org Git - llvm/commit
[Attributor] Add helper class to compose two structured deduction.
authorHideto Ueno <uenoku.tokotoko@gmail.com>
Tue, 8 Oct 2019 15:20:19 +0000 (15:20 +0000)
committerHideto Ueno <uenoku.tokotoko@gmail.com>
Tue, 8 Oct 2019 15:20:19 +0000 (15:20 +0000)
commit053cf9f5940a0472ede8b5a640d7d81800260c21
treeb3a2f17cc79a6d748641cce776df768e25fc01aa
parent613e548be574bfe11890dcdf974034fa7b10d249
[Attributor] Add helper class to compose two structured deduction.

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.

Reviewers: jdoerfert, sstefan1

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66645

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374060 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Attributor.cpp