Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [FPEnv] Strict FP tests should use the requisite function attributes. | Kevin P. Neal | 2019-10-04 | 1 | -12/+14 |
| | | | | | | | | | | | | | | | A set of function attributes is required in any function that uses constrained floating point intrinsics. None of our tests use these attributes. This patch fixes this. These tests have been tested against the IR verifier changes in D68233. Reviewed by: andrew.w.kaylor, cameron.mcinally, uweigand Approved by: andrew.w.kaylor Differential Revision: https://reviews.llvm.org/D67925 llvm-svn: 373761 | ||||
* | [SystemZ] Support constrained fpto[su]i intrinsics | Ulrich Weigand | 2019-09-02 | 1 | -0/+77 |
Now that constrained fpto[su]i intrinsic are available, add codegen support to the SystemZ backend. In addition to pure back-end changes, I've also needed to add the strict_fp_to_[su]int and any_fp_to_[su]int pattern fragments in the obvious way. llvm-svn: 370674 |