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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 15:40:31 PDT 2016


mehdi_amini added a comment.

The question seems to me to be: is it a property of the sub target (can be switched function-per-function) or is it uniform for a target or for a module)?

If the latter, then it does not belong to a function attribute.


https://reviews.llvm.org/D24816





More information about the llvm-commits mailing list