[all-commits] [llvm/llvm-project] 8928b2: [X86] Emit ISD::ADD instead of X86ISD::ADD from co...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Feb 19 07:50:40 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8928b2337dea03e7defce442aeed9774937969bd
      https://github.com/llvm/llvm-project/commit/8928b2337dea03e7defce442aeed9774937969bd
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Emit ISD::ADD instead of X86ISD::ADD from combineSubSetcc. NFC (#182195)

The flag result isn't used so the X86ISD::ADD would be converted to
ISD::ADD by a DAGCombine immediately after.

Prior to this we could create a X86ISD::ADD with an illegal type and we
were using the wrong VT for the flag result.



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