[all-commits] [llvm/llvm-project] 2a43a4: [NFCI][DAGCombiner] `foldExtendVectorInregToExtend...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Wed Jan 4 14:37:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a43a4478cb7e8df4c37714ee956423352abdbac
      https://github.com/llvm/llvm-project/commit/2a43a4478cb7e8df4c37714ee956423352abdbac
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  [NFCI][DAGCombiner] `foldExtendVectorInregToExtendOfSubvector()`: just build new VT

Changing element type seems to not play well with non-simple types,
even though we are operating on EVT's here.




More information about the All-commits mailing list