[PATCH] D132942: [PowerPC][GISel]add support for float point arithmetic operations

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 09:49:51 PDT 2022


amyk added a comment.

Thanks for answering my questions and addressing the comments I left.



================
Comment at: llvm/lib/Target/PowerPC/GISel/PPCGenRegisterBankInfo.def:44-48
+    // 2: FPR 32-bit value.
+    {&PPCGenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1},
+    {&PPCGenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1},
+    {&PPCGenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1},
+    // 3: FPR 64-bit value.
----------------
Aren't these comments more accurately reflected as the following?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132942



More information about the llvm-commits mailing list