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

NameValueComment
Legal0
Promote1
Expand2
LibCall3
Custom4