[llvm] [AA] Make getSyncEffects sync-scope aware for pointer arguments (PR #211486)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 00:59:52 PDT 2026


https://github.com/nikic requested changes to this pull request.

Looks like you are trying to work around invalid use of noalias.

Noalias implies that there can be no conflicting (unsynchronized) accesses from other threads.

https://github.com/llvm/llvm-project/pull/211486


More information about the llvm-commits mailing list