[PATCH] D63782: [FPEnv] Add fptosi and fptoui constrained intrinsics

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 09:35:08 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370228: [FPEnv] Add fptosi and fptoui constrained intrinsics. (authored by kpn, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63782?vs=213641&id=217675#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63782

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
  llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/include/llvm/IR/IntrinsicInst.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/IR/IntrinsicInst.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/test/CodeGen/PowerPC/fp-intrinsics-fptosi-legal.ll
  llvm/trunk/test/CodeGen/X86/fp-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll
  llvm/trunk/test/Feature/fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63782.217675.patch
Type: text/x-patch
Size: 70904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190828/c30a1a9d/attachment.bin>


More information about the llvm-commits mailing list