[all-commits] [llvm/llvm-project] d1cb68: [mlir][IR] Remove ShapedType::getSizeInBits

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Apr 18 19:13:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1cb68525c4a0127f2d823d2c8c49791f55d3553
      https://github.com/llvm/llvm-project/commit/d1cb68525c4a0127f2d823d2c8c49791f55d3553
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
    M mlir/include/mlir/IR/BuiltinTypeInterfaces.td
    M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
    M mlir/lib/IR/BuiltinTypeInterfaces.cpp
    M mlir/test/lib/Dialect/Test/TestOps.td
    M mlir/test/mlir-tblgen/op-derived-attribute.mlir

  Log Message:
  -----------
  [mlir][IR] Remove ShapedType::getSizeInBits

This function returns incorrect values for memrefs and vectors due to "widening".

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




More information about the All-commits mailing list