[all-commits] [llvm/llvm-project] 37ecc7: DAG: Lower single infinity is.fpclass tests to fcmp

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jul 24 06:59:43 PDT 2024


  Branch: refs/heads/users/arsenm/dag-lower-single-inf-is-fpclass-to-fcmp
  Home:   https://github.com/llvm/llvm-project
  Commit: 37ecc7b70321cdd7ed369d4bec6db50b3f112537
      https://github.com/llvm/llvm-project/commit/37ecc7b70321cdd7ed369d4bec6db50b3f112537
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-24 (Wed, 24 Jul 2024)

  Changed paths:
    M llvm/lib/CodeGen/CodeGenCommonISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/test/CodeGen/PowerPC/fp-classify.ll
    M llvm/test/CodeGen/X86/is_fpclass-fp80.ll
    M llvm/test/CodeGen/X86/is_fpclass.ll

  Log Message:
  -----------
  DAG: Lower single infinity is.fpclass tests to fcmp

InstCombine also should have taken care of this, but this
should be helpful when the fcmp based lowering strategy tries
to combine multiple tests.



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