[llvm-commits] ARMBaseInstrInfo::DefinesPredicate() returns true for any predicated instruction.
Evan Cheng
evan.cheng at apple.com
Sun Feb 5 11:59:13 PST 2012
Sorry this patch slipped through the crack. I've committed it. Thanks.
Evan
On Nov 11, 2011, at 6:34 AM, Ludwig Meier wrote:
> For predicated instructions, that do NOT modify the CPSR, ARMBaseInstrInfo::DefinesPredicate() currently returns true. This is because predicated instructions have a MachineOperand added, that refers to the CPSR.
> This patch tests, if the instruction does write to the CPSR before returning true.
> <ARM_DefinesPredicate.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list