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

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 2 07:29:43 PDT 2018


cameron.mcinally added a comment.

Short of tracking the exception masking flags, this is a good solution.

Pretty much any FP operation can trap and there are vector variants, so a little bit of a pattern explosion is likely. Unfortunately, I do no have a better solution to offer though. :/


https://reviews.llvm.org/D45576





More information about the llvm-commits mailing list