[all-commits] [llvm/llvm-project] ea6858: [mlir][linalg] fix switch case for conv-vec to hav...

Stanley Winata via All-commits all-commits at lists.llvm.org
Wed Sep 14 13:09:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea68588ee612c47f5ef395c0d8600d785820e352
      https://github.com/llvm/llvm-project/commit/ea68588ee612c47f5ef395c0d8600d785820e352
  Author: Stanley Winata <stanley at nod-labs.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

  Log Message:
  -----------
  [mlir][linalg] fix switch case for conv-vec to have brackets

Windows build requires brackets on switch-cases that initializes
variables.

Reviewed By: hanchung

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




More information about the All-commits mailing list