[all-commits] [llvm/llvm-project] 12e846: [X86][NFC]Remove dead code in X86ISelLowering.cpp

XinWang10 via All-commits all-commits at lists.llvm.org
Sun Mar 26 18:30:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12e8463b149c5e982942a9af7080521026979141
      https://github.com/llvm/llvm-project/commit/12e8463b149c5e982942a9af7080521026979141
  Author: Wang, Xin10 <xin10.wang at intel.com>
  Date:   2023-03-26 (Sun, 26 Mar 2023)

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

  Log Message:
  -----------
  [X86][NFC]Remove dead code in X86ISelLowering.cpp

Look at the code in X86ISelLowering.cpp line 15579, when NumV2Elements == 0,
it has been handled in that scope, and will not move to the line 15612.

Reviewed By: RKSimon

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




More information about the All-commits mailing list