[all-commits] [llvm/llvm-project] 1b6ccc: [PowerPC][NFC] Testing ROTL of v1i128.

Esme via All-commits all-commits at lists.llvm.org
Thu Jun 4 03:10:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b6cccba3ec1ab97688c8e0c1da3f8a5a7fa4d17
      https://github.com/llvm/llvm-project/commit/1b6cccba3ec1ab97688c8e0c1da3f8a5a7fa4d17
  Author: Esme-Yi <esme.yi at ibm.com>
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
    A llvm/test/CodeGen/PowerPC/pr45628.ll

  Log Message:
  -----------
  [PowerPC][NFC] Testing ROTL of v1i128.

Summary: A bug is reported in bugzilla-45628, where the swap_with_shift case can’t be matched to a single HW instruction xxswapd as expected. In fact the case matches the idiom of rotate, but PPC doesn’t support ROTL v1i128.
This is a NFC patch for testing ROTL with v1i128 at master.

Reviewed By: steven.zhang

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




More information about the All-commits mailing list