[all-commits] [llvm/llvm-project] 684139: [PGOForceFunctionAttrs] Don't mark alwaysinline fu...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Fri Feb 16 11:33:57 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6841395953e64002c836a724e5429358554385a3
https://github.com/llvm/llvm-project/commit/6841395953e64002c836a724e5429358554385a3
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOForceFunctionAttrs.cpp
M llvm/test/Instrumentation/PGOForceFunctionAttrs/basic.ll
Log Message:
-----------
[PGOForceFunctionAttrs] Don't mark alwaysinline function optnone (#81930)
optnone requires noinline, which is incompatible with alwaysinline.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list