[PATCH] D114611: [AVR] Expand STDWSPQRr & STDSPQRr, approach #2

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 19 06:32:43 PDT 2022


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp:1240
+
+  MachineOperand &Src = MI.getOperand(2);
+  Register SrcReg = Src.getReg();
----------------
Also, I did not find any other use of `Src`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114611



More information about the llvm-commits mailing list