[PATCH] D119104: [Sparc] Make sure that we really don't emit quad-precision unless the "hard-quad-float" feature is available

Brad Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 6 20:39:49 PST 2022


brad created this revision.
brad added reviewers: dcederman, LemonBoy, ro, koakuma.
brad added a project: LLVM.
Herald added subscribers: jrtc27, fedor.sergeev, hiraditya, krytarowski, jyknight.
brad requested review of this revision.

Submitting from the OpenBSD tree and author is @kettenis.

Make sure that we really don't emit quad-precision unless the "hard-quad-float" feature is available.  Add missing replacement instruction patterns that are needed to emit alternative code for conditional moves of quad-precision floats.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119104

Files:
  llvm/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/lib/Target/Sparc/SparcInstr64Bit.td
  llvm/lib/Target/Sparc/SparcInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119104.406319.patch
Type: text/x-patch
Size: 7296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220207/31637dd9/attachment.bin>


More information about the llvm-commits mailing list