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

topperc via All-commits all-commits at lists.llvm.org
Tue Aug 18 07:06:38 PDT 2020


  Branch: refs/heads/release/11.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 5fc0afee3f09abeceff4064f8ed364c4c6369886
      https://github.com/llvm/llvm-project/commit/5fc0afee3f09abeceff4064f8ed364c4c6369886
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

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

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

(cherry picked from commit 13796d14238baabff972e15ceddb4ae61b1584b8)


  Commit: 6fed1b7bcb50743d9aad54a08276c9c179d86487
      https://github.com/llvm/llvm-project/commit/6fed1b7bcb50743d9aad54a08276c9c179d86487
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-08-18 (Tue, 18 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.

(cherry picked from commit 08b2d0a963dbbf54317a137d69f430b347d1bfae)


Compare: https://github.com/llvm/llvm-project/compare/28a1b6ea4db9...6fed1b7bcb50


More information about the All-commits mailing list