[PATCH] D118258: [AArch64] Fix legalization of v1f64 strict_fsetcc and strict_fsetccs

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 08:49:31 PST 2022


john.brawn created this revision.
john.brawn added reviewers: kpn, cameron.mcinally, dmgreen, t.p.northover.
Herald added subscribers: hiraditya, kristof.beyls.
john.brawn requested review of this revision.
Herald added a project: LLVM.

These operations are scalarized but the result type v1i1 isn't which needs special handling (the same as is done for the non-strict versions of these operations).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118258

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/AArch64/fpconv-vector-op-scalarize-strict.ll
  llvm/test/CodeGen/AArch64/vector-op-scalarize-strict.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118258.403291.patch
Type: text/x-patch
Size: 5159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/f2801719/attachment.bin>


More information about the llvm-commits mailing list