[PATCH] D71218: [FPEnv] Remove unnecessary rounding mode argument for constrained intrinsics

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 12:12:51 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1e89188d3537: [FPEnv] Remove unnecessary rounding mode argument for constrained intrinsics (authored by uweigand).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Changed prior to commit:
  https://reviews.llvm.org/D71218?vs=233624&id=234361#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71218

Files:
  clang/test/CodeGen/constrained-math-builtins.c
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/ConstrainedOps.def
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/test/CodeGen/ARM/fp-intrinsics.ll
  llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll
  llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll
  llvm/test/CodeGen/SystemZ/fp-strict-round-01.ll
  llvm/test/CodeGen/SystemZ/fp-strict-round-02.ll
  llvm/test/CodeGen/SystemZ/fp-strict-round-03.ll
  llvm/test/CodeGen/SystemZ/vec-strict-max-01.ll
  llvm/test/CodeGen/SystemZ/vec-strict-min-01.ll
  llvm/test/CodeGen/SystemZ/vec-strict-round-01.ll
  llvm/test/CodeGen/SystemZ/vec-strict-round-02.ll
  llvm/test/CodeGen/SystemZ/vector-constrained-fp-intrinsics.ll
  llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
  llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71218.234361.patch
Type: text/x-patch
Size: 125376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191217/1c65ba9c/attachment-0001.bin>


More information about the llvm-commits mailing list