[PATCH] D82390: [PowerPC] Fix the implicit operands in PPCInstrInfo::PredicateInstruction()
    Jinsong Ji via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 20 07:09:37 PDT 2020
    
    
  
jsji accepted this revision as: jsji.
jsji added a comment.
LGTM.  Please wait a few days in case @efriedma has other comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:1711
+      // Need add Def and Use for CTR implicit operand.
+      IsNeedFixImplicitOps = true;
     } else if (Pred[0].getImm() == PPC::PRED_BIT_SET) {
----------------
`IsNeedFixImplicitOps` -> `needImplicitOpsFix`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82390/new/
https://reviews.llvm.org/D82390
    
    
More information about the llvm-commits
mailing list