[PATCH] D28087: X86 instr selection: combine ADDSUB + MUL to FMADDSUB

Vyacheslav Klochkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 16:28:25 PST 2017


v_klochkov updated this revision to Diff 83458.
v_klochkov added a comment.

- removed 'fast' attributes from the LIT test;
- fixed the function names (the first letter must be a lower case);
- removed unused 'DAG' parameter from isAddSub() function;
- did few other really minor changes.


https://reviews.llvm.org/D28087

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/fmaddsub-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28087.83458.patch
Type: text/x-patch
Size: 17949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170107/96ef13ae/attachment-0001.bin>


More information about the llvm-commits mailing list