Currently, AANoUndefImpl::initialize mistakenly always indicates optimistic fixpoint for function returned position.
This is because an associated value is Function in the case, and isGuaranteedNotToBeUndefOrPoison returns true for Function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/IPO/AttributorAttributes.cpp | ||
---|---|---|
7718–7719 | can we check the position kind instead? This impacts function pointers as well. |
can we check the position kind instead? This impacts function pointers as well.