[PATCH] D119776: [flang][mlir][NFC] Remove deprecated parser/printer/verifier utilities

Shraiysh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 13:50:25 PST 2022


shraiysh created this revision.
Herald added subscribers: Chia-hungDuan, ctetreau, mehdi_amini, rriddle.
Herald added a project: Flang.
shraiysh requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, jdoerfert.
Herald added a project: LLVM.

These have been replaced by `hasCustomAssemblyFormat` and `hasVerifier`
fields and aren't needed anymore.

Ops deriving from `fir_IntegralSwitchTerminatorOp` and `region_Op` are
not handled in this patch for ease of review.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119776

Files:
  flang/include/flang/Optimizer/Dialect/FIROps.td
  flang/lib/Optimizer/Dialect/FIROps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119776.408603.patch
Type: text/x-patch
Size: 41229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220214/36c1ebac/attachment.bin>


More information about the llvm-commits mailing list