Issue 113914
Summary llrint(x) are not folded at the compilation time when (x) is constant
Labels
Assignees
Reporter fawdlstty
    Consider the following example.
https://godbolt.org/z/8Trdshfdr

```cpp
#include <cmath>

int f1() {
  return (int)std::llrint(3.0);
}
```

doc: <https://en.cppreference.com/w/c/numeric/math/rint>
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to