[all-commits] [llvm/llvm-project] 526ae7: [mlir][vector] Remove remaining bitwidths from lin...

James Newling via All-commits all-commits at lists.llvm.org
Thu May 1 10:10:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 526ae7ffb5317ebdfab3564c2c5811d1d08259b1
      https://github.com/llvm/llvm-project/commit/526ae7ffb5317ebdfab3564c2c5811d1d08259b1
  Author: James Newling <james.newling at gmail.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp

  Log Message:
  -----------
  [mlir][vector] Remove remaining bitwidths from linearization patterns (#138072)

In https://github.com/llvm/llvm-project/pull/136581 the bitwidth logic
was supposed to be completely removed from the linearization patterns.
But it was left in a few places. This PR removes the remainders (they
were default valued constructor arguments that were unused).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list