Build and insert Dst = G_FCANONICALIZE Src0
Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>
MachineInstrBuilder
buildFCanonicalize(
DstOp const& Dst,
SrcOp const& Src0,
std::optional<unsigned int> Flags = std::nullopt);
a MachineInstrBuilder for the newly created instruction.
| Name | Description |
|---|---|
| Dst | Destination operand for the result. |
| Src0 | First source operand. |
| Flags | Optional instruction flags to attach. |