[PATCH] D45576: [RFC] Allow target to handle STRICT floating-point nodes

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 08:20:18 PDT 2018


cameron.mcinally added a comment.

I like this solution. The start-up cost of adding the any_OP patterns will be amortized, compared against adding unique patterns for each strict node.

That said, I'm not familiar enough with the target-independent framework changes in this patch, so someone with more experience will have to review those...


https://reviews.llvm.org/D45576





More information about the llvm-commits mailing list