enum TargetLoweringBase::LegalizeAction
Description
This enum indicates whether operations are valid for a target, and if not, what action should be used to make them valid.
Declared at: llvm/include/llvm/CodeGen/TargetLowering.h:115
Enumerators
Name | Value | Comment |
---|---|---|
Legal | 0 | |
Promote | 1 | |
Expand | 2 | |
LibCall | 3 | |
Custom | 4 |