[all-commits] [llvm/llvm-project] 98e142: [mlir][sparse] Using x-macros in the function-suff...

wren romano via All-commits all-commits at lists.llvm.org
Tue May 31 17:37:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98e142cd4fa4bc2371ea483ba2c82f88f99a5cf3
      https://github.com/llvm/llvm-project/commit/98e142cd4fa4bc2371ea483ba2c82f88f99a5cf3
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2022-05-31 (Tue, 31 May 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp

  Log Message:
  -----------
  [mlir][sparse] Using x-macros in the function-suffix functions

By defining the `{primary,overhead}TypeFunctionSuffix` functions via the same x-macros used to generate the runtime library's functions themselves, this helps avoid bugs from typos or things getting out of sync.

Reviewed By: bixia

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




More information about the All-commits mailing list