[all-commits] [llvm/llvm-project] c5ca1b: [PPC] Add custom lowering for uaddo (#110137)

Zaara Syeda via All-commits all-commits at lists.llvm.org
Mon Oct 21 08:13:47 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5ca1b8626db71fa7ac5d851fa3a0710641136ff
      https://github.com/llvm/llvm-project/commit/c5ca1b8626db71fa7ac5d851fa3a0710641136ff
  Author: Zaara Syeda <syzaara at ca.ibm.com>
  Date:   2024-10-21 (Mon, 21 Oct 2024)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/test/CodeGen/PowerPC/sat-add.ll
    A llvm/test/CodeGen/PowerPC/uaddo-32.ll
    A llvm/test/CodeGen/PowerPC/uaddo-64.ll

  Log Message:
  -----------
  [PPC] Add custom lowering for uaddo (#110137)

Improve the codegen for uaddo node for i64 in 64-bit mode and i32 in
32-bit mode by custom lowering.



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