[PATCH] D108302: [PowerPC] Fixed the crash due to early if conversion with fixed CR fields.

Kamau Bridgeman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 13:32:48 PDT 2021


kamaub accepted this revision as: kamaub.
kamaub added a comment.

This LGTM, small nit on the comment, but that can be fixed on commit



================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:1544
 
+  // If the condition branch uses a physical register, then it cannot be turned
+  // into a select.
----------------
nit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108302



More information about the llvm-commits mailing list