[all-commits] [llvm/llvm-project] 179588: [mlir] remove unnecessary statements in test

Ashay Rane via All-commits all-commits at lists.llvm.org
Fri Jul 15 18:57:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 179588ea3951a81feff57990e7ce7bd38181026d
      https://github.com/llvm/llvm-project/commit/179588ea3951a81feff57990e7ce7bd38181026d
  Author: Ashay Rane <ashay at users.noreply.github.com>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
    M mlir/test/lib/IR/TestVisitorsGeneric.cpp

  Log Message:
  -----------
  [mlir] remove unnecessary statements in test

A previous commit (f2b94bd) added some unnecessary statements that
dereferenced operations only to get the operations back.  This patch
removes the unnecessary statements.

Reviewed By: rriddle

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




More information about the All-commits mailing list