[PATCH] D111976: [DAG] Create fptosi.sat from clamped fptosi
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 02:27:51 PDT 2021
dmgreen updated this revision to Diff 382959.
dmgreen added a comment.
Thanks - Addresses comments. I still have not done anything with the unrolled half without fp16 case quite yet.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111976/new/
https://reviews.llvm.org/D111976
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.h
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/test/CodeGen/AArch64/fpclamptosat.ll
llvm/test/CodeGen/AArch64/fpclamptosat_vec.ll
llvm/test/CodeGen/ARM/fpclamptosat.ll
llvm/test/CodeGen/RISCV/fpclamptosat.ll
llvm/test/CodeGen/Thumb2/mve-fpclamptosat_vec.ll
llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
llvm/test/CodeGen/X86/fpclamptosat.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111976.382959.patch
Type: text/x-patch
Size: 140453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211028/e72a087c/attachment.bin>
More information about the llvm-commits
mailing list