[all-commits] [llvm/llvm-project] 769444: [mlir][sparse] Adding "final" keyword wherever app...

wren romano via All-commits all-commits at lists.llvm.org
Mon May 16 15:43:55 PDT 2022


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

  Changed paths:
    M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp

  Log Message:
  -----------
  [mlir][sparse] Adding "final" keyword wherever appropriate

This enables the compiler to perform devirtualization.  And benchmarks
indicate devirtualization can sometimes give considerable speedup.

Depends On D122061

Reviewed By: aartbik

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




More information about the All-commits mailing list