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

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Mon Jun 1 13:46:28 PDT 2026


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

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    A llvm/test/CodeGen/AMDGPU/dagcombine-insert-concat.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