BitVector is becoming widespread enough that we should add a proper using.
Depends on D118083
Paths
| Differential D118290
[mlir][NFC] Add a using for llvm::BitVector to LLVM.h ClosedPublic Authored by rriddle on Jan 26 2022, 3:50 PM.
Details Summary BitVector is becoming widespread enough that we should add a proper using. Depends on D118083
Diff Detail
Event Timelinerriddle added a child revision: D118291: [mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.h.Jan 26 2022, 3:50 PM This revision is now accepted and ready to land.Jan 26 2022, 3:51 PM This revision was landed with ongoing or failed builds.Jan 26 2022, 9:38 PM Closed by commit rGd10d49dce492: [mlir][NFC] Add a using for llvm::BitVector to LLVM.h (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403426 mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h
mlir/include/mlir/IR/Block.h
mlir/include/mlir/IR/BuiltinTypes.td
mlir/include/mlir/IR/FunctionInterfaces.h
mlir/include/mlir/IR/FunctionInterfaces.td
mlir/include/mlir/IR/Operation.h
mlir/include/mlir/IR/OperationSupport.h
mlir/include/mlir/Support/LLVM.h
mlir/lib/Dialect/Bufferization/Transforms/BufferResultsToOutParams.cpp
mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp
mlir/lib/IR/Block.cpp
mlir/lib/IR/BuiltinTypes.cpp
mlir/lib/IR/FunctionInterfaces.cpp
mlir/lib/IR/OperationSupport.cpp
mlir/test/lib/IR/TestFunc.cpp
mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
mlir/tools/mlir-tblgen/OpFormatGen.cpp
mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
mlir/unittests/IR/OperationSupportTest.cpp
|
clang-format: please reformat the code