[PATCH] D27346: X86: Split fma_pattern[_wide].ll

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 08:19:47 PST 2016


nhaehnle created this revision.
nhaehnle added reviewers: spatel, delena, craig.topper.
nhaehnle added a subscriber: llvm-commits.

Following r288506, we'll want to re-introduce the test for distributive
patterns that depend on the no-infs-fp-math flag. This is cleaner with
those patterns split out into separate files.

Purely a copy & paste change.


https://reviews.llvm.org/D27346

Files:
  test/CodeGen/X86/fma_patterns.ll
  test/CodeGen/X86/fma_patterns_distributive.ll
  test/CodeGen/X86/fma_patterns_distributive_wide.ll
  test/CodeGen/X86/fma_patterns_wide.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27346.80073.patch
Type: text/x-patch
Size: 73778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161202/c7050262/attachment-0001.bin>


More information about the llvm-commits mailing list