[all-commits] [llvm/llvm-project] f3f4af: [X86] matchUnaryShuffle - add support for matching...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Feb 19 01:08:12 PST 2025


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

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-8.ll
    M llvm/test/CodeGen/X86/vector-replicaton-i1-mask.ll

  Log Message:
  -----------
  [X86] matchUnaryShuffle - add support for matching 512-bit extension patterns. (#127643)

Handles both BWI and non-BWI cases (skips PMOV*XBW without BWI).

The vector-interleaved-store-i8-stride-8.ll VPTERNLOG diffs are due to
better value tracking now recognizing the zero-extension patterns where
before it was any-extension



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list