[PATCH] D74730: [FPEnv][X86] Implement lowering of llvm.set.rounding

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 05:52:11 PDT 2020


sepavloff added a comment.

In D74730#2004240 <https://reviews.llvm.org/D74730#2004240>, @RKSimon wrote:

> @sepavloff - what's happening with this?


It is still needed. This patch depends on D74729 <https://reviews.llvm.org/D74729>. Next steps, like support in frontend (as fesetround) and lowering on other platforms make sense only after destiny of these patches will be determined.

The motivation for this work is implementation of a pragma that would set/restore rounding mode without need to call fesetround.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74730





More information about the llvm-commits mailing list