[PATCH] D24816: [Target] move reciprocal estimate settings from TargetOptions to TargetLowering

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 16:23:38 PDT 2016


echristo added inline comments.


================
Comment at: llvm/trunk/include/llvm/Target/TargetLowering.h:2184
                                     MachineBasicBlock *MBB) const;
+  TargetRecip ReciprocalEstimates;
 };
----------------
I figured with getTargetRecipForFunc we could remove this? It returns the struct...


Repository:
  rL LLVM

https://reviews.llvm.org/D24816





More information about the llvm-commits mailing list