[all-commits] [llvm/llvm-project] 151d8a: PPC: Custom lower ppcf128 is_fpclass if is_fpclass...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 29 02:56:14 PDT 2024
Branch: refs/heads/users/arsenm/ppcf128-custom-lower
Home: https://github.com/llvm/llvm-project
Commit: 151d8a4b82a172c4e3c0ab8a790ce45e0b45539e
https://github.com/llvm/llvm-project/commit/151d8a4b82a172c4e3c0ab8a790ce45e0b45539e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Log Message:
-----------
PPC: Custom lower ppcf128 is_fpclass if is_fpclass is custom
Unfortunately expandIS_FPCLASS is called directly in SelectionDAGBuilder
depending on whether IS_FPCLASS is custom or not. This helps avoid ppc test
regressions in a future patch where the custom lowering would be bypassed.
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