[all-commits] [llvm/llvm-project] c5fef7: [mlir] Add CtPop to MathOps with lowering to LLVM

rsuderman via All-commits all-commits at lists.llvm.org
Mon Dec 6 12:02:15 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5fef77bc35d3ba3ad110a9622cb533fa9a47883
      https://github.com/llvm/llvm-project/commit/c5fef77bc35d3ba3ad110a9622cb533fa9a47883
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Math/IR/MathOps.td
    M mlir/lib/Conversion/MathToLLVM/MathToLLVM.cpp
    M mlir/test/Conversion/MathToLLVM/math-to-llvm.mlir

  Log Message:
  -----------
  [mlir] Add CtPop to  MathOps with lowering to LLVM

math.ctpop maths to the llvm.ctpop intrinsic.

Reviewed By: ftynse

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




More information about the All-commits mailing list