[all-commits] [llvm/llvm-project] 6d5974: ExpandFp: Require RuntimeLibcallsInfo analysis
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Nov 5 12:39:16 PST 2025
Branch: refs/heads/users/arsenm/expand-fp/require-runtime-libcalls-info
Home: https://github.com/llvm/llvm-project
Commit: 6d5974e8e452a94f138c09e17922459f4e133d26
https://github.com/llvm/llvm-project/commit/6d5974e8e452a94f138c09e17922459f4e133d26
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-11-05 (Wed, 05 Nov 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