[PATCH] D156087: [MLIR] Add index to side effect

donald chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 01:03:33 PDT 2023


cxy-1993 created this revision.
cxy-1993 added reviewers: rriddle, ftynse.
Herald added subscribers: gysit, Dinistro, bviyer, Moerafaat, zero9178, bzcheeseman, awarzynski, sdasgup3, wenzhicui, wrengr, jsetoain, hanchung, cota, mravishankar, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, csigg, antiagainst, shauheen, mehdi_amini, arphaman.
Herald added a reviewer: antiagainst.
Herald added a reviewer: bondhugula.
Herald added a reviewer: ThomasRaoux.
Herald added a reviewer: dcaballe.
Herald added a reviewer: springerm.
Herald added a project: All.
cxy-1993 requested review of this revision.
Herald added a reviewer: nicolasvasilache.
Herald added subscribers: stephenneuendorffer, nicolasvasilache.
Herald added a reviewer: herhut.
Herald added a project: MLIR.

This patch uses numbering to track the side effects's order of occurrence,
making it easier for optimization pass to obtain more accurate information.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156087

Files:
  mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
  mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
  mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
  mlir/include/mlir/Dialect/NVGPU/IR/NVGPU.td
  mlir/include/mlir/Interfaces/SideEffectInterfaceBase.td
  mlir/include/mlir/Interfaces/SideEffectInterfaces.h
  mlir/include/mlir/Interfaces/SideEffectInterfaces.td
  mlir/include/mlir/TableGen/SideEffects.h
  mlir/lib/Dialect/Affine/IR/AffineOps.cpp
  mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
  mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
  mlir/lib/TableGen/SideEffects.cpp
  mlir/test/lib/Dialect/Test/TestInterfaces.td
  mlir/test/mlir-tblgen/op-side-effects.td
  mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156087.543408.patch
Type: text/x-patch
Size: 21552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230724/41e1c13d/attachment.bin>


More information about the llvm-commits mailing list