[PATCH] D33223: [AVR] Remove SREG from CPI's Uses

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 28 17:10:32 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304116: [AVR] Remove SREG from CPI's Uses; authored by Florian Zeitz (authored by dylanmckay).

Changed prior to commit:
  https://reviews.llvm.org/D33223?vs=99087&id=100575#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33223

Files:
  llvm/trunk/lib/Target/AVR/AVRInstrInfo.td


Index: llvm/trunk/lib/Target/AVR/AVRInstrInfo.td
===================================================================
--- llvm/trunk/lib/Target/AVR/AVRInstrInfo.td
+++ llvm/trunk/lib/Target/AVR/AVRInstrInfo.td
@@ -902,7 +902,6 @@
 
   // CPI Rd, K
   // Compares a register with an 8 bit immediate.
-  let Uses = [SREG] in
   def CPIRdK : FRdK<0b0011,
                     (outs),
                     (ins GPR8:$rd, imm_ldi8:$k),


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33223.100575.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170529/63aa2972/attachment.bin>


More information about the llvm-commits mailing list