[all-commits] [llvm/llvm-project] 453798: [X86][CodeGen] Remove CodeSize settings for instru...

Shengchen Kan via All-commits all-commits at lists.llvm.org
Mon Nov 27 19:00:33 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4537985ccc907395ec520a0bd8cceca386c11dc0
      https://github.com/llvm/llvm-project/commit/4537985ccc907395ec520a0bd8cceca386c11dc0
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2023-11-28 (Tue, 28 Nov 2023)

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

  Log Message:
  -----------
  [X86][CodeGen] Remove CodeSize settings for instructions, NFCI

CodeSize was designed to used as the 3rd isel sorting tie-breaker.
>From observation, it has no impact on X86 ISEL.




More information about the All-commits mailing list