[all-commits] [llvm/llvm-project] 1a4d0e: [X86] Drop single use check for freeze(undef) in L...

ManuelJBrito via All-commits all-commits at lists.llvm.org
Thu Mar 9 06:34:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a4d0eb866be909fe16da5ebffe4122aa0693d8c
      https://github.com/llvm/llvm-project/commit/1a4d0eb866be909fe16da5ebffe4122aa0693d8c
  Author: ManuelJBrito <manuel.brito at tecnico.ulisboa.pt>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    A clang/test/CodeGen/X86/avx-cast-builtins.c
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/avx512-intrinsics.ll
    M llvm/test/CodeGen/X86/avx512fp16-intrinsics.ll

  Log Message:
  -----------
  [X86] Drop single use check for freeze(undef) in LowerAVXCONCAT_VECTORS

Ignoring freeze(undef) if it has multiple uses in LowerAVXCONCAT_VECTORS
causes the custom INSERT_SUBVECTOR for vector widening to be ignored.

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




More information about the All-commits mailing list