[all-commits] [llvm/llvm-project] 3e8d20: [SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBVECTOR.

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Wed Sep 22 06:24:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e8d2008f74245e9e1ca60bc97e4e619b0d42c6c
      https://github.com/llvm/llvm-project/commit/3e8d2008f74245e9e1ca60bc97e4e619b0d42c6c
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h

  Log Message:
  -----------
  [SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBVECTOR.

This code seems untested and is likely obsolete, because this case
should already be handled by the code that legalizes the result type
of EXTRACT_SUBVECTOR.

Reviewed By: craig.topper

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




More information about the All-commits mailing list