[PATCH] D98791: [PowerPC][NFC] Do not enter prefix selection if it cannot do better.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 15:06:29 PDT 2021


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:1172
+  // it cannot materialize the constant in a single instruction it is worth
+  // trying to materialize using perfix instructions. If the non prefix
+  // selection used one instruction we cannot do better.
----------------
nit: Spelling.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98791



More information about the llvm-commits mailing list