[PATCH] D72193: [LegalizeTypes] Add widening support for STRICT_FSETCC/FSETCCS

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 18:03:08 PST 2020


craig.topper created this revision.
craig.topper added reviewers: andrew.w.kaylor, RKSimon, spatel, efriedma, cameron.mcinally, uweigand, pengfei, LiuChen3.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

This patch adds widening which really just scalarizes because we don't have a strategy for the extra elements we would need to pad with.


https://reviews.llvm.org/D72193

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/X86/vec-strict-128-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72193.236158.patch
Type: text/x-patch
Size: 18419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200104/01bf7586/attachment.bin>


More information about the llvm-commits mailing list