[all-commits] [llvm/llvm-project] af55b0: [X86][NFC] Fix a bug after D150436 and update some...

XinWang10 via All-commits all-commits at lists.llvm.org
Sun May 28 18:09:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af55b0d79d25c3bc977cac687eb5e530e9891a59
      https://github.com/llvm/llvm-project/commit/af55b0d79d25c3bc977cac687eb5e530e9891a59
  Author: Wang, Xin10 <xin10.wang at intel.com>
  Date:   2023-05-28 (Sun, 28 May 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrArithmetic.td
    M llvm/lib/Target/X86/X86InstrInfo.td

  Log Message:
  -----------
  [X86][NFC] Fix a bug after D150436 and update some comments

D150436 changed the order for INC*r, but unintentionally remove 'isConvertibleToThreeAddress = 1' for INC*r_alt.
This patch also update wrong comment X86InstrArithmetic.td, and move class ITy to InstrInfo.td for it's a general class.

Reviewed By: skan

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




More information about the All-commits mailing list