[PATCH] D50975: [FPEnv] Support constrained FREM intrinsic

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 09:25:49 PDT 2018


cameron.mcinally created this revision.
cameron.mcinally added reviewers: andrew.w.kaylor, uweigand, craig.topper, hfinkel, kpn.
Herald added a subscriber: llvm-commits.

The constrained FREM intrinsic fell through the cracks. Add support and tests for it.


Repository:
  rL LLVM

https://reviews.llvm.org/D50975

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  test/CodeGen/X86/fp-intrinsics.ll
  test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50975.161495.patch
Type: text/x-patch
Size: 23270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180820/ab5fddac/attachment.bin>


More information about the llvm-commits mailing list