[Attributor] Filter potential callees based on `noundef` arguments
If a potential callee has more arguments than the call site, the values passed will be `poison`. If the potential callee would exhibit UB for such `undef` argument, e.g., they are marked `noundef`, we can rule the potential callee out.
Loading
Please sign in to comment