[PATCH] D65994: Extended FPOptions with new attributes

Kevin P. Neal via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 9 08:15:52 PDT 2019


kpn added a comment.

In D65994#1622840 <https://reviews.llvm.org/D65994#1622840>, @aaron.ballman wrote:

> In general, this seems reasonable, but is missing test code.


The IRBuilder does have a strict FP mode setting now. When strict mode is enabled the (implemented) constrained intrinsics automatically replace the normal FP instructions. I wonder if that would be right for testing of this patch?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65994/new/

https://reviews.llvm.org/D65994





More information about the cfe-commits mailing list