[all-commits] [llvm/llvm-project] 41760a: [mlir] Make Value's constructor constexpr. NFCI.

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Tue Jan 4 12:09:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41760a6b40c1f14e0622aea4a2ee4b4a93c40ec1
      https://github.com/llvm/llvm-project/commit/41760a6b40c1f14e0622aea4a2ee4b4a93c40ec1
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
    M mlir/include/mlir/IR/Value.h
    M mlir/lib/Conversion/PDLToPDLInterp/PDLToPDLInterp.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
    M mlir/lib/Dialect/Vector/VectorMultiDimReductionTransforms.cpp

  Log Message:
  -----------
  [mlir] Make Value's constructor constexpr. NFCI.

This allows clang to flag unused Values in more cases, so remove them.




More information about the All-commits mailing list