[all-commits] [llvm/llvm-project] 61f72d: [FPEnv] Small fixes to implementation of flt.rounds
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Mon May 25 23:20:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61f72dd8ace7c4bea1ae74d9734d2b02946b4898
https://github.com/llvm/llvm-project/commit/61f72dd8ace7c4bea1ae74d9734d2b02946b4898
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2020-05-26 (Tue, 26 May 2020)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/Intrinsics.td
Log Message:
-----------
[FPEnv] Small fixes to implementation of flt.rounds
This change makes minor correction to the implementation of intrinsic
`llvm.flt.rounds`:
- Added documentation entry in LangRef,
- Attributes of the intrinsic changed to be in line with other functions
dependent of floating-point environment.
Differential Revision: https://reviews.llvm.org/D79322
More information about the All-commits
mailing list