2 Commits

Author SHA1 Message Date
Nikita Popov
ef51514c38
[FunctionAttrs] Don't bail out on unknown calls (#150958)
When inferring attributes, we should not bail out early on unknown calls
(such as virtual calls), as we may still have call-site attributes that
can be used for inference.

Fixes https://github.com/llvm/llvm-project/issues/150817.
2025-07-29 11:45:31 +02:00
Nikita Popov
01d4b8e9a6 [FunctionAttrs] Add additional tests (NFC)
Add test coverage for noalias, and for unknown function calls.
2025-07-28 15:57:31 +02:00