[PATCH] D43515: More math intrinsics for conservative math handling
Kevin P. Neal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 09:41:39 PDT 2019
kpn updated this revision to Diff 201965.
kpn added a comment.
Address review comments from here and from D55897 <https://reviews.llvm.org/D55897>.
This patch is now down to just handling fptosi and fptoui.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D43515/new/
https://reviews.llvm.org/D43515
Files:
docs/LangRef.rst
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/TargetLowering.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.td
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/IR/IntrinsicInst.cpp
lib/IR/Verifier.cpp
test/CodeGen/X86/fp-intrinsics.ll
test/CodeGen/X86/vector-constrained-fp-intrinsics.ll
test/Feature/fp-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43515.201965.patch
Type: text/x-patch
Size: 66857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/831cc540/attachment.bin>
More information about the llvm-commits
mailing list