[all-commits] [llvm/llvm-project] d225de: Revert "[X86][AVX] Add getBROADCAST_LOAD helper fu...

Tres via All-commits all-commits at lists.llvm.org
Tue Jul 27 07:56:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d225de60c933d8feffde917c49a5bbb72530ae28
      https://github.com/llvm/llvm-project/commit/d225de60c933d8feffde917c49a5bbb72530ae28
  Author: Tres Popp <tpopp at google.com>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

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

  Log Message:
  -----------
  Revert "[X86][AVX] Add getBROADCAST_LOAD helper function. NFCI."

This reverts commit 1cfecf4fc4278afb0005923f6dff595cd372da5c.

This commit broke LLVM code generated through XLA by removing a
conditional on Ld->getExtensionType() == ISD::NON_EXTLOAD

This is not a perfect revert. The new function is left as other uses of
it exist now.




More information about the All-commits mailing list