[all-commits] [llvm/llvm-project] 344368: [TargetLowering] Stop passing an ISD::CondCode to ...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Apr 29 15:25:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 344368fb981941562539068ec92e78078cf8e63b
      https://github.com/llvm/llvm-project/commit/344368fb981941562539068ec92e78078cf8e63b
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-04-29 (Sat, 29 Apr 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  Log Message:
  -----------
  [TargetLowering] Stop passing an ISD::CondCode to isOperationLegalOrCustom.

ISD::CondCode is a separate num space from opcodes. isOperationLegalOrCustom
should take an opcode.

Reviewed By: barannikov88

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




More information about the All-commits mailing list