[all-commits] [llvm/llvm-project] 27e8ee: [mlir] Remove a not very useful `eraseArguments` o...

Jeff Niu via All-commits all-commits at lists.llvm.org
Mon Aug 29 16:07:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27e8ee208cb2142514ee2e3ab342dafaf6374f9e
      https://github.com/llvm/llvm-project/commit/27e8ee208cb2142514ee2e3ab342dafaf6374f9e
  Author: Jeff Niu <jeff at modular.com>
  Date:   2022-08-29 (Mon, 29 Aug 2022)

  Changed paths:
    M mlir/include/mlir/IR/Block.h
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/lib/IR/Block.cpp

  Log Message:
  -----------
  [mlir] Remove a not very useful `eraseArguments` overload

This overload just wraps a bitvector, and in most cases a bitvector
could be used directly instead of a list.

Reviewed By: rriddle

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




More information about the All-commits mailing list