Interesting, not as many tests as I expected where effected.
I will look for tests that should have been effected but are not.
I have tried increasing the default depth argument
Paths
| Differential D84751
[Attributor][Not for commit] Make call site specific deduction default. Needs ReviewPublic Authored by kuter on Jul 28 2020, 6:55 AM.
Details
Diff Detail
Event TimelineComment Actions Some Attributes that have CBContext doesn't seem to be querying the CB specific attributes.
Comment Actions I looked at some and we need to check what is happening.
Revision Contents
Diff 281521 llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/test/Transforms/Attributor/ArgumentPromotion/control-flow.ll
llvm/test/Transforms/Attributor/IPConstantProp/PR16052.ll
llvm/test/Transforms/Attributor/IPConstantProp/return-argument.ll
llvm/test/Transforms/Attributor/IPConstantProp/return-constant.ll
llvm/test/Transforms/Attributor/IPConstantProp/solve-after-each-resolving-undefs-for-function.ll
llvm/test/Transforms/Attributor/memory_locations.ll
llvm/test/Transforms/Attributor/nocapture-2.ll
llvm/test/Transforms/Attributor/returned.ll
|
Something is off.