[all-commits] [llvm/llvm-project] 59f0e4: [mlir][Inliner] Don't optimize callees in async mo...

River Riddle via All-commits all-commits at lists.llvm.org
Tue Feb 23 18:48:47 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59f0e4627a5e8789c9ab997cd13f96600848fea8
      https://github.com/llvm/llvm-project/commit/59f0e4627a5e8789c9ab997cd13f96600848fea8
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-02-23 (Tue, 23 Feb 2021)

  Changed paths:
    M mlir/lib/Transforms/Inliner.cpp

  Log Message:
  -----------
  [mlir][Inliner] Don't optimize callees in async mode if there is only one to optimize

This avoids unnecessary async overhead in situations that won't benefit from it.




More information about the All-commits mailing list