[all-commits] [llvm/llvm-project] cc83c1: [SelectionDAG] Fold subvector inserts into concat ...

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Fri Jun 5 10:19:35 PDT 2026


  Branch: refs/heads/users/krzysz00/insert-concat-dagcombine
  Home:   https://github.com/llvm/llvm-project
  Commit: cc83c1f553f9ce142b24868913b868dc37c08888
      https://github.com/llvm/llvm-project/commit/cc83c1f553f9ce142b24868913b868dc37c08888
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/X86/vector-shuffle-combining-avx512bwvl.ll

  Log Message:
  -----------
  [SelectionDAG] Fold subvector inserts into concat operands

Push insert_subvector into the containing CONCAT_VECTORS operand when the insertion is wholly contained there.

AI note: an LLM generated the code and the test, I've read them

Co-Authored-By: OpenAI Codex <codex at openai.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list