[all-commits] [llvm/llvm-project] 4db76d: PPC: Custom lower ppcf128 is_fpclass if is_fpclass...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Aug 29 02:59:20 PDT 2024


  Branch: refs/heads/users/arsenm/ppcf128-custom-lower
  Home:   https://github.com/llvm/llvm-project
  Commit: 4db76dc400915ef6b0a6e153dae687fb0bd2d716
      https://github.com/llvm/llvm-project/commit/4db76dc400915ef6b0a6e153dae687fb0bd2d716
  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