[all-commits] [llvm/llvm-project] 17bd86: [LegalizeVectorTypes] Create correct memoperands i...

topperc via All-commits all-commits at lists.llvm.org
Wed May 20 15:34:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 17bd86bc9bf0e696fb914ae5befb68ea9a847c82
      https://github.com/llvm/llvm-project/commit/17bd86bc9bf0e696fb914ae5befb68ea9a847c82
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

  Log Message:
  -----------
  [LegalizeVectorTypes] Create correct memoperands in SplitVecRes_INSERT_SUBVECTOR.

Previously this code just used a default constructed
MachinePointerInfo. But we know the accesses are to a fixed stack
object or at least somewhere on the stack.

While there fix the alignment passed to the full vector load/stores.

I don't think this function is currently exercised in tree so I
don't know how to test it. I just noticed it when I removed
non-constant index support in this function.

Differential Revision: https://reviews.llvm.org/D80058




More information about the All-commits mailing list