[PATCH] D87528: Enable '#pragma STDC FENV_ACCESS' in frontend

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 10:52:48 PDT 2020


craig.topper added a comment.

In D87528#2357043 <https://reviews.llvm.org/D87528#2357043>, @mibintc wrote:

> Actually kludging it by just removing the assert isn't going to work. I'll ping Pengfei to see about developing a patch for this problem.

This is likely a WebAssembly backend problem. Each backend needs to do work to support constrained intrinsics. D80952 <https://reviews.llvm.org/D80952> added a way to know if a target supports constrained intrinsics. Probably need to apply that to the changes here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87528



More information about the cfe-commits mailing list