[all-commits] [llvm/llvm-project] 5bb03d: [RISCV][GISel] Support G_CTPOP with Zbb.

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Nov 23 13:06:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5bb03d25f7a0d713ba16a60bd6bf7e611a2ac96c
      https://github.com/llvm/llvm-project/commit/5bb03d25f7a0d713ba16a60bd6bf7e611a2ac96c
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
    A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/ctpop-rv32.mir
    A llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/ctpop-rv64.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-ctpop-rv32.mir
    M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-ctpop-rv64.mir

  Log Message:
  -----------
  [RISCV][GISel] Support G_CTPOP with Zbb.


  Commit: 59e24eea3438ab2925bda025f52d2cce92195065
      https://github.com/llvm/llvm-project/commit/59e24eea3438ab2925bda025f52d2cce92195065
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp

  Log Message:
  -----------
  [RISCV][GISel] Rename some variables to be more consistent. NFC


Compare: https://github.com/llvm/llvm-project/compare/3bf6cbd51a38...59e24eea3438


More information about the All-commits mailing list