[PATCH] D18927: [SystemZ]: Remove incorrect CC use for C*BReturn instructions.

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 05:09:03 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL265932: [SystemZ] Remove incorrect CC use for C*BReturn instructions (authored by uweigand).

Changed prior to commit:
  http://reviews.llvm.org/D18927?vs=53129&id=53219#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18927

Files:
  llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td

Index: llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td
===================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td
+++ llvm/trunk/lib/Target/SystemZ/SystemZInstrInfo.td
@@ -41,7 +41,7 @@
   def CondReturn : Alias<2, (outs), (ins cond4:$valid, cond4:$R1), []>;
 
 // Fused compare and conditional returns.
-let isReturn = 1, isTerminator = 1, hasCtrlDep = 1, Uses = [CC] in {
+let isReturn = 1, isTerminator = 1, hasCtrlDep = 1 in {
   def CRBReturn : Alias<6, (outs), (ins GR32:$R1, GR32:$R2, cond4:$M3), []>;
   def CGRBReturn : Alias<6, (outs), (ins GR64:$R1, GR64:$R2, cond4:$M3), []>;
   def CIBReturn : Alias<6, (outs), (ins GR32:$R1, imm32sx8:$I2, cond4:$M3), []>;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18927.53219.patch
Type: text/x-patch
Size: 735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160411/db0dc397/attachment.bin>


More information about the llvm-commits mailing list