[all-commits] [llvm/llvm-project] 6155fa: [X86] X86FixupVectorConstantsPass - pull out the h...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Nov 2 10:32:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6155fa69fdb6eb7bb579d7425272418d940c1033
      https://github.com/llvm/llvm-project/commit/6155fa69fdb6eb7bb579d7425272418d940c1033
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-11-02 (Thu, 02 Nov 2023)

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

  Log Message:
  -----------
  [X86] X86FixupVectorConstantsPass - pull out the hasAVX2() test and use single ConvertToBroadcast call. NFC.

Matches AVX512 ConvertToBroadcast calls and makes it easier to add extension support in the future.




More information about the All-commits mailing list