diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2019-12-17 21:08:18 +0100 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2019-12-17 21:10:36 +0100 |
commit | 1e89188d3537d419f6bdc3276ab8848adf6752f5 (patch) | |
tree | bdb76e40cdf9b2a2177d29da743265f8ccc45929 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b6e7084e25ad0592b8e29ceea6462952e2ad79b9 (diff) | |
download | llvm-1e89188d3537d419f6bdc3276ab8848adf6752f5.zip llvm-1e89188d3537d419f6bdc3276ab8848adf6752f5.tar.gz llvm-1e89188d3537d419f6bdc3276ab8848adf6752f5.tar.bz2 |
[FPEnv] Remove unnecessary rounding mode argument for constrained intrinsics
The following intrinsics currently carry a rounding mode metadata argument:
llvm.experimental.constrained.minnum
llvm.experimental.constrained.maxnum
llvm.experimental.constrained.ceil
llvm.experimental.constrained.floor
llvm.experimental.constrained.round
llvm.experimental.constrained.trunc
This is not useful since the semantics of those intrinsics do not in any way
depend on the rounding mode. In similar cases, other constrained intrinsics
do not have the rounding mode argument. Remove it here as well.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D71218
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions