[PATCH] D78670: PowerPC: Fix SPE extloadf32 handling.

Justin Hibbits via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 14:09:43 PDT 2020


jhibbits created this revision.
jhibbits added a reviewer: PowerPC.
Herald added subscribers: llvm-commits, shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: LLVM.

The patterns were incorrect copies from the FPU code, and are
unnecessary, since there's no extended load for SPE.  Just let LLVM
itself do the work by marking it expand.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78670

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrSPE.td
  llvm/test/CodeGen/PowerPC/spe.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78670.259388.patch
Type: text/x-patch
Size: 3556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200422/fa559c95/attachment.bin>


More information about the llvm-commits mailing list