This patch fixes wrong dependency type in AAUB.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/IPO/AttributorAttributes.cpp | ||
---|---|---|
2077 | Something was wrong with Automatic formatting, sorry. |
Paths
| Differential D86842
[Attributor][NFC] Fix dependency type in AAUndefinedBehaviorImpl::updateImpl ClosedPublic Authored by okura on Aug 29 2020, 2:04 PM.
Details
Diff Detail Event Timeline
This revision is now accepted and ready to land.Aug 29 2020, 7:54 PM Closed by commit rG7082381735e7: [Attributor][NFC] Fix dependency type in AAUndefinedBehaviorImpl::updateImpl (authored by okura). · Explain WhyAug 29 2020, 8:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 288814 llvm/lib/Transforms/IPO/AttributorAttributes.cpp
|
If we only use known values you don't even need to track the dependence. here and above.