[PATCH] D20217: Add direct control of whether or not a symbol is preemtable at runtime

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 12:41:59 PDT 2017


rnk added a comment.

Nice, let's finally do this. :)



================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:4249
+static bool
+shouldAssumeDifferentTOC(const Function *Caller, SDValue Callee,
+                                     const TargetMachine &TM) {
----------------
Please split this change out so that it can be committed, tested, and reverted if necessary independently from the IR change.


Repository:
  rL LLVM

https://reviews.llvm.org/D20217





More information about the llvm-commits mailing list