Legalization is when there is no available op intrinsic lowering function available, we might use other op to combine and implement some op. For example, here the exp10 op on llvm platform is implemented as legalization.
Legalization is when there is no available op intrinsic lowering function available, we might use other op to combine and implement some op. For example, here the exp10 op on llvm platform is implemented as legalization.