[PATCH] D82390: [PowerPC] Fix the implicit operands in PPCInstrInfo::PredicateInstruction()

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 21:16:30 PDT 2020


efriedma added a comment.

I was thinking more along the lines of just writing something like `MIB.addReg(Pred[1].getReg(), RegState::ImplicitDefine).addReg(Pred[1].getReg(), RegState::Implicit);`.


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