|
FLANG
|
#include <flang/Optimizer/OpenACC/Analysis/FIROpenACCSupportAnalysis.h>
FIR-specific implementation for the OpenACCSupport analysis interface.
This class provides the custom implementations of the OpenACCSupport interface methods that are tailored to FIR's requirements and can handle FIR dialect operations and types. Its primary intent is to be registered with the OpenACCSupport analysis using setImplementation()
Usage: auto &support = getAnalysis<mlir::acc::OpenACCSupport>(); support.setImplementation(fir::acc::FIROpenACCSupportAnalysis());