[PATCH] D107542: [M68k][GloballSel] RegBankSelect implementation

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 14:14:40 PDT 2021


myhsu added inline comments.


================
Comment at: llvm/lib/Target/M68k/GlSel/M68kRegisterBankInfo.cpp:49
+    {nullptr, 0},
+    // 3 ops in GPRs
+    {&PartMappings[PMI_GPR - PMI_Min], 1},
----------------
Is it better to say "3 operands" instead of "3 ops" here? Because at first I thought it means 3 //operators//.


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

https://reviews.llvm.org/D107542



More information about the llvm-commits mailing list