[PATCH] D116424: [ShrinkWrap] check for PPC's non-callee-saved LR

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 15:06:25 PST 2022


efriedma added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetRegisterInfo.h:1108
+      if (*CSR == Reg)
+        return true;
+    return false;
----------------
What's the motivation for making the target-independent function non-trivial?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116424



More information about the llvm-commits mailing list