Andy Kaylor
Andy Kaylor
Fixed by https://github.com/llvm/clangir/pull/1637
I'm starting to work on this.
This has gotten hopelessly lost in rebasing. I came across this PR while looking for issues filed against this problem. I'm working on a similar solution.
It looks like you implemented the necessary support in the LLVM dialect, but we still aren't lowering to aliases in CIR. I'm working on a patch that implements this for...
I think https://github.com/llvm/clangir/pull/1739 addresses this issue.
Yes, @topperc is correct. Per the C standard, access to the floating-point environment is undefined unless the fenv_access state is ON. The default state is implementation defined, but for clang...