[all-commits] [llvm/llvm-project] 14f583: ExpandFp: Require RuntimeLibcallsInfo analysis
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Oct 30 20:14:31 PDT 2025
Branch: refs/heads/users/arsenm/expand-fp/require-runtime-libcalls-info
Home: https://github.com/llvm/llvm-project
Commit: 14f583150df2b7fac061604b0f6e7ff83110f3eb
https://github.com/llvm/llvm-project/commit/14f583150df2b7fac061604b0f6e7ff83110f3eb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
M llvm/lib/CodeGen/ExpandFp.cpp
M llvm/test/Transforms/ExpandFp/AMDGPU/frem-inf.ll
M llvm/test/Transforms/ExpandFp/AMDGPU/frem.ll
A llvm/test/Transforms/ExpandFp/AMDGPU/missing-analysis.ll
M llvm/test/Transforms/ExpandFp/AMDGPU/pass-parameters.ll
Log Message:
-----------
ExpandFp: Require RuntimeLibcallsInfo analysis
Not sure I'm doing the new pass manager handling correctly. I do
not like needing to manually check if the cached module pass is
available and manually erroring in every pass.
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