[PATCH] D69483: [PowerPC]: Fix predicate handling with SPE

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 13:45:45 PST 2020


jsji accepted this revision as: jsji.
jsji added a comment.
This revision is now accepted and ready to land.

LGTM. 
Yes, it would be better if you can run `update_llc_test_checks.py` without this patch first, commit it, rebase, then run `update_llc_test_checks.py` with this patch again.



================
Comment at: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:5086
     SDValue CondCode = SelectCC(N->getOperand(2), N->getOperand(3), CC, dl);
+
     SDValue Ops[] = { getI32Imm(PCC, dl), CondCode,
----------------
Unnecessary new line?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69483/new/

https://reviews.llvm.org/D69483





More information about the llvm-commits mailing list