[PATCH] D97131: [AVR] Fix expansion of NEGW
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 20 21:39:57 PST 2021
benshi001 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();
----------------
this line needs to be deleted, otherwise there might be a crash ?
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