[PATCH] D154369: [PowerPC] Add DFP quantum adjustment instruction definitions and MC tests

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 10:02:14 PDT 2023


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

I have one more nit that I missed the first time around.

I will approve the patch and the nit can be addressed on commit.



================
Comment at: llvm/lib/Target/PowerPC/PPCInstrDFP.td:185
+defm DRRNDQ: Z23Form_FRTAB5_RMC2r<63, 35, (outs fpairrc:$FRT),
+                                 (ins fpairrc:$FRA, fpairrc:$FRB, u2imm:$RMC),
+                                 "drrndq", "$FRT, $FRA, $FRB, $RMC", []>;
----------------
nit:
Missed this the first time.
`$FRA` is actually `f8rc`. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154369



More information about the llvm-commits mailing list