This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel/TableGen: Handle REG_SEQUENCE patterns
ClosedPublic

Authored by arsenm on Sep 3 2019, 4:41 PM.

Details

Summary

The scalar f64 patterns don't work yet because they fail on multiple
results from the unused implicit def of scc in the result bit
operation.

Diff Detail

Event Timeline

arsenm created this revision.Sep 3 2019, 4:41 PM
paquette accepted this revision.Sep 4 2019, 11:20 AM

LGTM with style nit

utils/TableGen/GlobalISelEmitter.cpp
4116–4119

remove braces

This revision is now accepted and ready to land.Sep 4 2019, 11:20 AM
arsenm closed this revision.Sep 10 2019, 10:56 AM

r371542