[all-commits] [llvm/llvm-project] 9e5818: [X86] Drop single use check for freeze(undef) in L...
ManuelJBrito via All-commits
all-commits at lists.llvm.org
Tue Feb 28 13:39:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e58182d6446bb61dbd13c0e6314f291e50d4d7c
https://github.com/llvm/llvm-project/commit/9e58182d6446bb61dbd13c0e6314f291e50d4d7c
Author: ManuelJBrito <manuel.brito at tecnico.ulisboa.pt>
Date: 2023-02-28 (Tue, 28 Feb 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/D14490
More information about the All-commits
mailing list