RFC: Modeling horizontal vector reductions

Owen Anderson resistor at mac.com
Wed Sep 11 23:16:32 PDT 2013


On Sep 11, 2013, at 4:24 PM, Arnold Schwaighofer <aschwaighofer at apple.com> wrote:

> CC’ing Owen who I have been told might have started this at one point. Owen is my thinking that threading fast-math flags into ISel is a bigger undertaking a correct estimate or is it really just “creating and maintaining a BinOp->FastMathFlag map”? I am guessing the maintaining part might be hairy.

I would love to propagate fast-math flags through ISel and kill off the FastMathFlag, but it'll be a non-trivial amount of work to update every DAGCombine to respect them properly.

--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130911/7591ace5/attachment.html>


More information about the llvm-commits mailing list