Remove copyinOperands, createOperands, createZeroOperands, attachOperands
SmallVectors as they are not used anymore.
The op itself cannot be cleanup yet because
mlir/lib/Target/LLVMIR/Dialect/OpenACC/OpenACCToLLVMIRTranslation.cpp
still depends on it. The final clean up on the op will be down once
the translation uses the new data operand operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo