[all-commits] [llvm/llvm-project] 3dd861: [GlobalISel] Combine G_INSERT/EXTRACT_VECTOR_ELT w...

Amara Emerson via All-commits all-commits at lists.llvm.org
Tue Sep 6 05:45:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3dd861818a68b2e0b21d426ee956ec8d69f89c88
      https://github.com/llvm/llvm-project/commit/3dd861818a68b2e0b21d426ee956ec8d69f89c88
  Author: Amara Emerson <amara at apple.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/combine-build-vector.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/combine-extract-vec-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/combine-insert-vec-elt.mir

  Log Message:
  -----------
  [GlobalISel] Combine G_INSERT/EXTRACT_VECTOR_ELT with out of bounds indices to undef.

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




More information about the All-commits mailing list