[PATCH] D139174: [PowerPC][GISEL]support for float point and integer convertion

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 08:20:29 PST 2022


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

Seems a shame to have to have all that manual selection for such a simple instruction



================
Comment at: llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp:136
+
+  // For now, only handle the case for 64 bit inteter.
+  BuildMI(MBB, I, DbgLoc, TII.get(PPC::MTVSRD), MoveReg).addReg(SrcReg);
----------------
Typo inteter


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139174/new/

https://reviews.llvm.org/D139174



More information about the llvm-commits mailing list