[PATCH] D75112: [mlir] NFC: move test/IR/core-ops.mlir to test/Dialect/StandardOps/roundtrip.mlir

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 05:37:19 PST 2020


ftynse created this revision.
ftynse added a reviewer: rriddle.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, mehdi_amini, jfb.
Herald added a project: LLVM.

Early on, MLIR had a set of built-in "core" ops. These were moved to
what is now the Standard dialect, but the test remained under /IR and
with an outdated name. Move it to better reflect the current layout of
the code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75112

Files:
  mlir/test/Dialect/StandardOps/roundtrip.mlir
  mlir/test/IR/core-ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75112.246424.patch
Type: text/x-patch
Size: 28853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200225/00a617f0/attachment.bin>


More information about the llvm-commits mailing list