FLANG
Public Attributes | List of all members
fir::IntrinsicHandler Struct Reference

#include <flang/Optimizer/Builder/IntrinsicCall.h>

Public Attributes

const char * name
 
IntrinsicLibrary::Generator generator
 
fir::IntrinsicArgumentLoweringRules argLoweringRules = {}
 
bool isElemental = true
 
bool outline = false
 

Detailed Description

Structure describing what needs to be done to lower intrinsic or intrinsic module procedure "name".

Member Data Documentation

◆ outline

bool fir::IntrinsicHandler::outline = false

Code heavy intrinsic can be outlined to make FIR more readable.


The documentation for this struct was generated from the following file: