[all-commits] [llvm/llvm-project] 4b5793: [AArch64][GlobalISel] Fallback to generic lowering...

Vladislav Dzhidzhoev via All-commits all-commits at lists.llvm.org
Wed Aug 17 11:11:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b579395836eebd66d491ddbdffc97f761bb42a0
      https://github.com/llvm/llvm-project/commit/4b579395836eebd66d491ddbdffc97f761bb42a0
  Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

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

  Log Message:
  -----------
  [AArch64][GlobalISel] Fallback to generic lowering of G_CTPOP

Use generic lowering of G_CTPOP for s32 and s64 scalars when
noimplicitfloat is specified.

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




More information about the All-commits mailing list