[all-commits] [llvm/llvm-project] 9b1c98: [X86] Add 32-bit command lines to masked_store.ll ...

topperc via All-commits all-commits at lists.llvm.org
Sun Sep 20 13:47:37 PDT 2020


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

  Changed paths:
    M llvm/test/CodeGen/X86/masked_load.ll
    M llvm/test/CodeGen/X86/masked_store.ll

  Log Message:
  -----------
  [X86] Add 32-bit command lines to masked_store.ll and masked_load.ll


  Commit: 4e8c028158b56d9c2142a62464e8e0686bde3584
      https://github.com/llvm/llvm-project/commit/4e8c028158b56d9c2142a62464e8e0686bde3584
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-09-20 (Sun, 20 Sep 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/masked_load.ll

  Log Message:
  -----------
  [X86] Stop reduceMaskedLoadToScalarLoad/reduceMaskedStoreToScalarStore from creating scalar i64 load/stores in 32-bit mode

If we emit a scalar i64 load/store it will get type legalized to two i32 load/stores.

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


Compare: https://github.com/llvm/llvm-project/compare/29bd8ea11091...4e8c028158b5


More information about the All-commits mailing list