This is an archive of the discontinued LLVM Phabricator instance.

[globalisel][tablegen] Enable the import of rules involving fma.
ClosedPublic

Authored by dsanders on Jul 7 2017, 10:13 AM.

Details

Summary

G_FMA was recently added to GlobalISel which enables the import of rules
involving fma. Add the mapping to allow it.

Event Timeline

dsanders created this revision.Jul 7 2017, 10:13 AM
rovka accepted this revision.Jul 14 2017, 9:07 AM

Looks pretty trivial.

test/CodeGen/AArch64/GlobalISel/select-fma.mir
25

Nit: Extra register.

This revision is now accepted and ready to land.Jul 14 2017, 9:07 AM
dsanders closed this revision.Jul 18 2017, 7:10 AM
This revision was automatically updated to reflect the committed changes.