[PATCH] D107542: [M68k][GloballSel] RegBankSelect implementation
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 9 23:30:04 PDT 2021
myhsu accepted this revision.
myhsu added a comment.
This revision is now accepted and ready to land.
LGTM Cheers!
Please fix the unused variable though
================
Comment at: llvm/lib/Target/M68k/GlSel/M68kRegisterBankInfo.cpp:79
+
+ const MachineFunction &MF = *MI.getParent()->getParent();
+ unsigned NumOperands = MI.getNumOperands();
----------------
This variable is not used anywhere
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107542/new/
https://reviews.llvm.org/D107542
More information about the llvm-commits
mailing list