[PATCH] D53411: [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 08:04:00 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346141: [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics (authored by mcinally, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53411?vs=172384&id=172592#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53411

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/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/IR/IntrinsicInst.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53411.172592.patch
Type: text/x-patch
Size: 38545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181105/0e4754a3/attachment.bin>


More information about the llvm-commits mailing list