[all-commits] [llvm/llvm-project] 75187a: [AArch64][GlobalISel] Legalize ctpop for v2s64, v2...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Tue Jul 20 15:39:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75187aa352554255219125d614fbb1a1141c4c7d
      https://github.com/llvm/llvm-project/commit/75187aa352554255219125d614fbb1a1141c4c7d
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-ctpop.mir
    R llvm/test/CodeGen/AArch64/GlobalISel/legalize-vector-ctpop.mir

  Log Message:
  -----------
  [AArch64][GlobalISel] Legalize ctpop for v2s64, v2s32, v4s32, v4s16, v8s16

https://llvm.godbolt.org/z/nTTK6M5qe

Differential revision: https://reviews.llvm.org/D106388


  Commit: f6769b663a0d4432b5e00e0c03904a5dfba7b077
      https://github.com/llvm/llvm-project/commit/f6769b663a0d4432b5e00e0c03904a5dfba7b077
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-move-tofrom-regs.ll
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-prefetch.ll
    R llvm/test/CodeGen/builtins-ppc-xlcompat-move-tofrom-regs.ll
    R llvm/test/CodeGen/builtins-ppc-xlcompat-prefetch.ll

  Log Message:
  -----------
  [tests] Move new tests into the PowerPC folder

That way they get marked as UNSUPPORTED by LIT when the ppc backend has not
been built.


Compare: https://github.com/llvm/llvm-project/compare/c53a5eebb1f4...f6769b663a0d


More information about the All-commits mailing list