This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Verify intrinsics
ClosedPublic

Authored by arsenm on Jun 17 2019, 5:36 AM.

Details

Summary

I keep using the wrong instruction when manually writing tests. This
really needs to check the number of operands, but I don't see an easy
way to do that right now.

Diff Detail