[all-commits] [llvm/llvm-project] 13796d: [X86] Add test case for PR47000. NFC

topperc via All-commits all-commits at lists.llvm.org
Wed Aug 5 15:47:49 PDT 2020


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

  Changed paths:
    A llvm/test/CodeGen/X86/pr47000.ll

  Log Message:
  -----------
  [X86] Add test case for PR47000. NFC


  Commit: 08b2d0a963dbbf54317a137d69f430b347d1bfae
      https://github.com/llvm/llvm-project/commit/08b2d0a963dbbf54317a137d69f430b347d1bfae
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

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

  Log Message:
  -----------
  [X86] Disable copy elision in LowerMemArgument for scalarized vectors when the loc VT is a different size than the original element.

For example a v4f16 argument is scalarized to 4 i32 values. So
the values are spread out instead of being packed tightly like
in the original vector.

Fixes PR47000.


Compare: https://github.com/llvm/llvm-project/compare/927afdffbb1d...08b2d0a963db


More information about the All-commits mailing list