[all-commits] [llvm/llvm-project] 051348: [X86] Use Align in reduceMaskedLoadToScalarLoad/re...

topperc via All-commits all-commits at lists.llvm.org
Tue Sep 15 11:23:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05134877e64ded64f6c3064173b98893b1ac5fb5
      https://github.com/llvm/llvm-project/commit/05134877e64ded64f6c3064173b98893b1ac5fb5
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/vmaskmov-offset.ll

  Log Message:
  -----------
  [X86] Use Align in reduceMaskedLoadToScalarLoad/reduceMaskedStoreToScalarStore. Correct pointer info.

If we offset the pointer, we also need to offset the pointer info

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




More information about the All-commits mailing list