[PATCH] D117957: [AVR] Remove unused register scavenger

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 23 07:42:09 PST 2022


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp:756
 
   // Use a temporary register if src and dst registers are the same.
+  assert(DstReg != SrcReg && "SrcReg and DstReg cannot be the same");
----------------
Remove this comment line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117957



More information about the llvm-commits mailing list