[PATCH] D47491: Expand constrained FP operations

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 12 09:38:29 PDT 2018


cameron.mcinally updated this revision to Diff 150971.
cameron.mcinally added a comment.

Update tests to remove splat inputs.

Notice that the input values are not checked, so there's a modicum of false security there. The low/high parts of the result could be incorrectly swapped and the test would not catch it. Other than that, the test is more robust since two operations are generated for expanded operations.


Repository:
  rL LLVM

https://reviews.llvm.org/D47491

Files:
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47491.150971.patch
Type: text/x-patch
Size: 19565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180612/b431bb75/attachment.bin>


More information about the llvm-commits mailing list