[PATCH] D32319: Add constrained intrinsics for some libm-equivalent operations

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 13:54:25 PDT 2017


andrew.w.kaylor updated this revision to Diff 99808.
andrew.w.kaylor marked 6 inline comments as done.
andrew.w.kaylor added a comment.

Addressed review comments
Updated to latest source base


Repository:
  rL LLVM

https://reviews.llvm.org/D32319

Files:
  docs/LangRef.rst
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/CodeGen/SelectionDAG.h
  include/llvm/CodeGen/SelectionDAGNodes.h
  include/llvm/IR/IntrinsicInst.h
  include/llvm/IR/Intrinsics.td
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  lib/IR/IntrinsicInst.cpp
  lib/IR/Verifier.cpp
  test/CodeGen/X86/fp-intrinsics.ll
  test/Feature/fp-intrinsics.ll
  test/Verifier/fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32319.99808.patch
Type: text/x-patch
Size: 59830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170522/e14d7924/attachment.bin>


More information about the llvm-commits mailing list