search for: g_fadd

Displaying 1 result from an estimated 1 matches for "g_fadd".

Did you mean: g_add
2018 Sep 21
2
[GlobalISel] Legalize generic instructions that also depend on type of scalar, not only scalar size
...n generic floating point instruction should not be an option for legalizer. Since GlobalISel Legalizer cannot distinguish between them using only LLT, only other option that I can see at this moment is having "F" variant of the generic instruction (like this is the case with G_ADD and G_FADD). Is this change possible? Or are there some other approaches for dealing with this problem? Petar