[PATCH] D151834: Include math-errno with fast-math

Mikael Holmén via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 22:59:48 PDT 2023


uabelho added a comment.

In D151834#4644692 <https://reviews.llvm.org/D151834#4644692>, @zahiraam wrote:

> 

[...]

>> I think the issue comes from here: https://github.com/llvm/llvm-project/blob/main/clang/lib/CodeGen/CGBuiltin.cpp#L2365
>
> This looks like it's happening only for -Oi (i>=1) and on Linux only?

Yes I haven't seen it with -O0. I also haven't seen it for my out-of-tree target, only for linux/X86.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151834



More information about the cfe-commits mailing list