[all-commits] [llvm/llvm-project] cc120e: [flang][mlir][NFC] Remove deprecated parser/printe...
Shraiysh via All-commits
all-commits at lists.llvm.org
Mon Feb 14 22:24:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc120e36c31a33ff46fa1a5b33d6df4235dcb740
https://github.com/llvm/llvm-project/commit/cc120e36c31a33ff46fa1a5b33d6df4235dcb740
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/Dialect/FIROps.cpp
Log Message:
-----------
[flang][mlir][NFC] Remove deprecated parser/printer/verifier utilities
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.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D119776
More information about the All-commits
mailing list