[all-commits] [llvm/llvm-project] 718cea: [FunctionAttrs] Move nosync inference into inferAt...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Feb 22 01:50:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 718cea8e6864b9d185f14ee361fce77dc32c5cb8
https://github.com/llvm/llvm-project/commit/718cea8e6864b9d185f14ee361fce77dc32c5cb8
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Log Message:
-----------
[FunctionAttrs] Move nosync inference into inferAttrsFromFunctionBodies() (NFC)
There doesn't appear to be any reason why this attribute is
inferred separately from other ones that use AttributeInferer.
More information about the All-commits
mailing list