[all-commits] [llvm/llvm-project] eb1ff7: [X86] Combine ADC(ADD(X, Y), 0, Carry) -> ADC(X, Y, Carry)

Paweł Bylica via All-commits all-commits at lists.llvm.org
Fri Feb 25 05:31:57 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb1ff70fc5fc166fa67dc1cfd5854fc6f51e0b17
      https://github.com/llvm/llvm-project/commit/eb1ff70fc5fc166fa67dc1cfd5854fc6f51e0b17
  Author: Pawe Bylica <chfast at gmail.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/addcarry.ll

  Log Message:
  -----------
  [X86] Combine ADC(ADD(X,Y),0,Carry) -> ADC(X,Y,Carry)

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D120435




More information about the All-commits mailing list