[all-commits] [llvm/llvm-project] 8680dd: [X86] getFauxShuffle - don't assume an UNDEF src e...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Apr 28 03:57:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8680dd5117b0c36f807fecc4360122ae1dd73b6d
      https://github.com/llvm/llvm-project/commit/8680dd5117b0c36f807fecc4360122ae1dd73b6d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-shuffle-combining.ll

  Log Message:
  -----------
  [X86] getFauxShuffle - don't assume an UNDEF src element for AND/ANDNP results in an UNDEF shuffle mask index

The other src element might be zero, guaranteeing zero.

Fixes #55157




More information about the All-commits mailing list