This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR
ClosedPublic

Authored by Petar.Avramovic on Dec 6 2018, 3:08 AM.

Details

Summary

Add narrowScalar for G_AND and G_XOR.
Legalize G_AND G_OR and G_XOR for types other then s32 with clampScalar on MIPS32.

Diff Detail

Repository
rL LLVM

Event Timeline

Petar.Avramovic created this revision.Dec 6 2018, 3:08 AM
This revision is now accepted and ready to land.Dec 17 2018, 1:40 PM
This revision was automatically updated to reflect the committed changes.