[all-commits] [llvm/llvm-project] 33269d: [GlobalIsel][x86] Legalize G_CTPOP and G_CTLZ II

tschuett via All-commits all-commits at lists.llvm.org
Wed May 17 06:02:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33269deccd1dd8290822f792f53e41d562d7e40f
      https://github.com/llvm/llvm-project/commit/33269deccd1dd8290822f792f53e41d562d7e40f
  Author: Thorsten Schütt <schuett at gmail.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86LegalizerInfo.cpp
    M llvm/lib/Target/X86/X86LegalizerInfo.h
    A llvm/test/CodeGen/X86/GlobalISel/legalize-ctpop.mir
    A llvm/test/CodeGen/X86/GlobalISel/legalize-leading-zeros.mir

  Log Message:
  -----------
  [GlobalIsel][x86] Legalize G_CTPOP and G_CTLZ II

check plan: ninja check-llvm-codegen-x86

Reviewed By: arsenm

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




More information about the All-commits mailing list