Necessary for implementing some combines on floating point selects.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/AArch64/GlobalISel/legalize-fmaximum.mir | ||
---|---|---|
81 | should there be a test for s128? |
llvm/test/CodeGen/AArch64/GlobalISel/legalize-fmaximum.mir | ||
---|---|---|
81 | oh this should probably just use minScalar actually... |
Comment Actions
- Use minScalar so we don't have to think about s128
- Update the legalizer-info-validation test I always forget to update
Is it worthwhile to combine with this one, now that their legalization rules match, or do you expect they might diverge later?