D85703 will need to create shallow wrappers in order to track the spmd icv. We need to make it available.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D89342
[Attributor][NFC] Make `createShallowWrapper()` available outside of Attributor ClosedPublic Authored by sstefan1 on Oct 13 2020, 2:06 PM.
Details
Diff Detail
Unit TestsFailed Event Timeline
This revision is now accepted and ready to land.Oct 13 2020, 9:06 PM This revision was landed with ongoing or failed builds.Oct 14 2020, 1:10 AM Closed by commit rGce16be253c4d: [Attributor][NFC] Make `createShallowWrapper()` available outside of Attributor (authored by sstefan1). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297960 llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
|
No need to move the code in the header, right? Just move the declaration here.