9#ifndef FORTRAN_OPTIMIZER_TRANSFORMS_CUDA_CUFALLOCATIONCONVERSION_H_
10#define FORTRAN_OPTIMIZER_TRANSFORMS_CUDA_CUFALLOCATIONCONVERSION_H_
12#include "mlir/Pass/Pass.h"
13#include "mlir/Pass/PassRegistry.h"
28 const fir::LLVMTypeConverter &converter, mlir::DataLayout &dl,
29 const mlir::SymbolTable &symtab, mlir::RewritePatternSet &patterns);
Definition TypeConverter.h:50
Definition ConvertVariable.h:26
void populateCUFAllocationConversionPatterns(const fir::LLVMTypeConverter &converter, mlir::DataLayout &dl, const mlir::SymbolTable &symtab, mlir::RewritePatternSet &patterns)
Patterns that convert CUF operations to runtime calls.
Definition CUFAllocationConversion.cpp:432
Definition AbstractConverter.h:34
Definition AbstractConverter.h:29