This is an archive of the discontinued LLVM Phabricator instance.

[GISel]: Add pattern matcher for FMUL and FADD
ClosedPublic

Authored by aditya_nandakumar on Feb 12 2018, 12:27 PM.

Details

Summary

Just adding patterns as we need them (out of tree target) with test cases.

Diff Detail

Repository
rL LLVM

Event Timeline

qcolombet accepted this revision.Feb 13 2018, 10:01 AM
qcolombet added inline comments.
include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
202

This should be its own separate commit.

This revision is now accepted and ready to land.Feb 13 2018, 10:01 AM

Thanks. Submitted in r325043 and r325044