[all-commits] [llvm/llvm-project] dce158: [AA] Use isIdentifiedFunctionLocal() (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu May 13 14:15:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dce158c58d851747c2e1c188dcf4baa4620b5516
https://github.com/llvm/llvm-project/commit/dce158c58d851747c2e1c188dcf4baa4620b5516
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/lib/Analysis/AliasAnalysis.cpp
Log Message:
-----------
[AA] Use isIdentifiedFunctionLocal() (NFC)
This condition is equivalent to isIdentifiedFunctionLocal(),
and this is also what we semantically want to check here.
Commit: 425781bce01f2f1d5f553d3b2bf9ebbd6e15068c
https://github.com/llvm/llvm-project/commit/425781bce01f2f1d5f553d3b2bf9ebbd6e15068c
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/lib/Analysis/CaptureTracking.cpp
Log Message:
-----------
[CaptureTracking] Use isIdentifiedFunctionLocal() (NFC)
These conditions together exactly match isIdentifiedFunctionLocal(),
and this is also what we logically want to check for here.
Compare: https://github.com/llvm/llvm-project/compare/5fddc3312bad...425781bce01f
More information about the All-commits
mailing list