[all-commits] [llvm/llvm-project] 5c13d8: Inline: Add baseline test for nofpclass propagation
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Apr 8 01:00:28 PDT 2025
Branch: refs/heads/users/arsenm/issue134070/inline/propagate-callsite-nofpclass
Home: https://github.com/llvm/llvm-project
Commit: 5c13d8f5ef398177a53532234c887019f75a338f
https://github.com/llvm/llvm-project/commit/5c13d8f5ef398177a53532234c887019f75a338f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/test/Transforms/Inline/access-attributes-prop.ll
Log Message:
-----------
Inline: Add baseline test for nofpclass propagation
For #134070
Commit: bd460e60157f2e6100bc874e9d6322d06e7b9769
https://github.com/llvm/llvm-project/commit/bd460e60157f2e6100bc874e9d6322d06e7b9769
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M clang/test/CodeGenHLSL/builtins/distance.hlsl
M clang/test/CodeGenHLSL/builtins/length.hlsl
M clang/test/CodeGenHLSL/builtins/reflect.hlsl
M clang/test/CodeGenHLSL/builtins/smoothstep.hlsl
M clang/test/Headers/__clang_hip_cmath.hip
M clang/test/Headers/__clang_hip_math.hip
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/test/Transforms/Inline/access-attributes-prop.ll
Log Message:
-----------
Inline: Propagate callsite nofpclass attribute
Fixes #134070
Compare: https://github.com/llvm/llvm-project/compare/1473fccd3bff...bd460e60157f
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