[all-commits] [llvm/llvm-project] 0639fe: [X86] combineINSERT_SUBVECTOR - use peekThroughBit...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Jul 15 10:01:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0639fe182414f04d767175a195a8a26da5d48159
      https://github.com/llvm/llvm-project/commit/0639fe182414f04d767175a195a8a26da5d48159
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2026-07-15 (Wed, 15 Jul 2026)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] combineINSERT_SUBVECTOR - use peekThroughBitcastsAndExtracts helper to match target shuffles as well. NFC. (#209803)

We were always checking if the result of peekThroughBitcastsAndExtracts
was a target shuffle - so let the helper do it for us.

Makes it easier for future handling of faux shuffles as well.



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