[all-commits] [llvm/llvm-project] 88caf8: Reland "[PowerPC] set libcall lowering for fp setc...

Erik Enikeev via All-commits all-commits at lists.llvm.org
Tue Jun 9 05:53:45 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88caf8ef2bd61005e854952b8a1e699aa72347d8
      https://github.com/llvm/llvm-project/commit/88caf8ef2bd61005e854952b8a1e699aa72347d8
  Author: Erik Enikeev <evonatarius at gmail.com>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-fcmp-spe.ll
    M llvm/test/CodeGen/PowerPC/legalize-invert-br_cc.ll
    M llvm/test/CodeGen/PowerPC/spe.ll

  Log Message:
  -----------
  Reland "[PowerPC] set libcall lowering for fp setcc ops on SPE boards" (#199198)

This is a reland of 4d0100789dc9b4db7d77c033d8f53f8b7dc68437, which was
reverted by c24ab4c814f680c5ac71600bf80d551123abd84d.

The functionality is unchanged from the original patch. This version
only fixes the fast-math flag propagation issue by passing `SDNodeFlags`
explicitly to `DAG.getSetCC()` (same as #199105 which was closed because
the underlying patch had been reverted).



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