[all-commits] [llvm/llvm-project] e5de76: [PowerPC] Add a new test for vperm with a swapped ...

maryammoghadas via All-commits all-commits at lists.llvm.org
Mon Apr 24 08:41:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5de760c314c180c09787a4cb5ff4a18146ec52a
      https://github.com/llvm/llvm-project/commit/e5de760c314c180c09787a4cb5ff4a18146ec52a
  Author: Maryam Moghadas <maryammo at ca.ibm.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    A llvm/test/CodeGen/PowerPC/vperm-swap.ll

  Log Message:
  -----------
  [PowerPC] Add a new test for vperm with a swapped vector operand and a constant pool

This patch adds a new test that includes a vperm instruction with xxswapd as its
vector operand on little-endian Power8. The test demonstrates the constant pool
for the mask operand, which is intended to indicate the optimization of vperm
and the modification of the constant pool in subsequent patches.

Reviewed By: amyk

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




More information about the All-commits mailing list