"clang/test/CodeGen/2004-05-07-VarArrays.c" did not exist on "ca2118784708dc59ff8a8589b0ab5658fd349e6b"
[PowerPC] Fix the implicit operands in PredicateInstruction()
Summary: In the function `PPCInstrInfo::PredicateInstruction()`, we will replace non-Predicate Instructions to Predicate Instruction. But we forget add the new implicit operands the new Predicate Instruction needed. This patch is to fix this. Reviewed By: jsji, efriedma Differential Revision: https://reviews.llvm.org/D82390
Loading
Please sign in to comment