GCC Middle and Back End API Reference
fma_transformation_info Struct Reference
Collaboration diagram for fma_transformation_info:

Data Fields

gimplemul_stmt
tree mul_result
tree op1
tree op2

Detailed Description

Data necessary to perform the actual transformation from a multiplication and an addition to an FMA after decision is taken it should be done and to then delete the multiplication statement from the function IL.

Field Documentation

◆ mul_result

tree fma_transformation_info::mul_result

◆ mul_stmt

gimple* fma_transformation_info::mul_stmt

◆ op1

tree fma_transformation_info::op1

◆ op2

tree fma_transformation_info::op2

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