[all-commits] [llvm/llvm-project] b92bab: [HLSL] Appropriately set function attribute optnon...
S. Bharadwaj Yadavalli via All-commits
all-commits at lists.llvm.org
Tue Feb 11 09:29:28 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b92bab3c010a8b8d7c2273ebdacfa34aaaaa757d
https://github.com/llvm/llvm-project/commit/b92bab3c010a8b8d7c2273ebdacfa34aaaaa757d
Author: S. Bharadwaj Yadavalli <Bharadwaj.Yadavalli at microsoft.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M clang/lib/CodeGen/CGHLSLRuntime.cpp
M clang/test/CodeGenHLSL/inline-functions.hlsl
Log Message:
-----------
[HLSL] Appropriately set function attribute optnone (#125937)
When optimization is disabled, set `optnone` attribute all module entry
functions.
Updated test in accordance with the change.
Closes #124796
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