[PATCH] D97131: [AVR] Fix expansion of NEGW

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 03:35:15 PST 2021


aykevl added inline comments.


================
Comment at: llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp:449-450
     MISBCI->getOperand(3).setIsDead();
   // SREG is always implicitly killed
   MISBCI->getOperand(4).setIsKill();
 
----------------
benshi001 wrote:
> this line needs to be deleted, otherwise there might be a crash ?
Why?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97131



More information about the llvm-commits mailing list