[all-commits] [llvm/llvm-project] 4dada8: [DAG] Remove DAGTypeLegalizer::GenWidenVectorTrunc...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Sep 22 09:25:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dada8d617d81cd00e4028e09f7093f5b10a8a41
      https://github.com/llvm/llvm-project/commit/4dada8d617d81cd00e4028e09f7093f5b10a8a41
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

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

  Log Message:
  -----------
  [DAG] Remove DAGTypeLegalizer::GenWidenVectorTruncStores (PR42046)

Just scalarize trunc stores - GenWidenVectorTruncStores does the same thing but is flawed (PR42046) and unused.

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




More information about the All-commits mailing list