[all-commits] [llvm/llvm-project] a3060f: [X86] combineConcatVectorOps - concatenate AVX512 ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Feb 10 06:05:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3060f0f37e36b7e8c68c0bb6777bde48f63ee97
      https://github.com/llvm/llvm-project/commit/a3060f0f37e36b7e8c68c0bb6777bde48f63ee97
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-5.ll
    M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-6.ll
    M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-7.ll
    M llvm/test/CodeGen/X86/vector-shuffle-v192.ll
    M llvm/test/CodeGen/X86/vselect-avx.ll

  Log Message:
  -----------
  [X86] combineConcatVectorOps - concatenate AVX512 vselect nodes. NFC.

This also requires us to constant fold vXi1 concat_vector nodes




More information about the All-commits mailing list