This overload just wraps a bitvector, and in most cases a bitvector
could be used directly instead of a list.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132896
[mlir] Remove a not very useful `eraseArguments` overload ClosedPublic Authored by Mogball on Aug 29 2022, 4:00 PM.
Details Summary This overload just wraps a bitvector, and in most cases a bitvector
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 29 2022, 4:01 PM This revision was landed with ongoing or failed builds.Aug 29 2022, 4:07 PM Closed by commit rG27e8ee208cb2: [mlir] Remove a not very useful `eraseArguments` overload (authored by Mogball). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 456487 mlir/include/mlir/IR/Block.h
mlir/lib/Dialect/SCF/IR/SCF.cpp
mlir/lib/IR/Block.cpp
|