[all-commits] [llvm/llvm-project] f40376: [mlir][NFC] Remove redundant let assignment.

Jianjian Guan via All-commits all-commits at lists.llvm.org
Tue Mar 22 19:50:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4037650e0c74454e12b4eabd94fec06d678505f
      https://github.com/llvm/llvm-project/commit/f4037650e0c74454e12b4eabd94fec06d678505f
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/SCFOps.td

  Log Message:
  -----------
  [mlir][NFC] Remove redundant let assignment.

We already have bit hasFolder = 0 in the defination of the class Op, so no need to have another let assignment here.

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




More information about the All-commits mailing list