[PATCH] D62546: [FPEnv] Added a special UnrollVectorOp method to deal with the chain on StrictFP opcodes

Andrew J Wock via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 13:23:12 PDT 2019


ajwock updated this revision to Diff 202040.
ajwock added a comment.

Modified the SystemZ test for this fix so that it also works for SystemZ Z13, which is afflicted by a different errror involving function return types at an earlier stage in compilation.  To circumvent this, all v3f64 tests were changed so that they took a pointer parameter, modified the value at that pointer, and returned void.  These still test StrictFP code generation while avoiding an unrelated platform specific error.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62546/new/

https://reviews.llvm.org/D62546

Files:
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  test/CodeGen/SystemZ/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62546.202040.patch
Type: text/x-patch
Size: 261721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/b0a80c97/attachment-0001.bin>


More information about the llvm-commits mailing list