mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
Since the new data operand operations have been added in D148389 and adopted on acc.exit_data in D149601, the old clause operands are no longer needed. The LegalizeDataOpForLLVMTranslation will become obsolete when all operations will be cleaned. For the time being only the appropriate part are being removed. processOperands will also receive some updates once all the operands will be coming from an acc data operand operation. Reviewed By: jeanPerier Differential Revision: https://reviews.llvm.org/D150145
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.