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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Aug 21 08:51:47 PDT 2024


  Branch: refs/heads/users/arsenm/ppcf128-custom-lower
  Home:   https://github.com/llvm/llvm-project
  Commit: 99b4eb607fc34ae87cd683fd379c0894e0112d02
      https://github.com/llvm/llvm-project/commit/99b4eb607fc34ae87cd683fd379c0894e0112d02
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-08-21 (Wed, 21 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