search for: irbuid

Displaying 6 results from an estimated 6 matches for "irbuid".

Did you mean: irb_id
2018 Jan 09
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...sary, and teach the >> various AST consumers (LLVM IR generation and constant expression >> evaluation immediately spring to mind) how to handle them. > > On Mon, Jan 08, 2018 at 09:49:47PM -0600, Hal Finkel via cfe-dev wrote: >> FWIW, I think it would be nice for the IRBuider to have a kind of >> "strict FP" state, kind of like how we have a "fast math" state for >> adding fast-math flags, that will cause CreateFAdd and friends to >> produce the associated intrinsics, instead of the IR instructions, when >> strictnes...
2018 Jan 09
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...ntations when necessary, and teach the > various AST consumers (LLVM IR generation and constant expression > evaluation immediately spring to mind) how to handle them. On Mon, Jan 08, 2018 at 09:49:47PM -0600, Hal Finkel via cfe-dev wrote: > FWIW, I think it would be nice for the IRBuider to have a kind of > "strict FP" state, kind of like how we have a "fast math" state for > adding fast-math flags, that will cause CreateFAdd and friends to > produce the associated intrinsics, instead of the IR instructions, when > strictness is enabled...
2018 Jan 09
2
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...statements and for the affected > floating-point operations, build those representations when necessary, > and teach the various AST consumers (LLVM IR generation and constant > expression evaluation immediately spring to mind) how to handle them. FWIW, I think it would be nice for the IRBuider to have a kind of "strict FP" state, kind of like how we have a "fast math" state for adding fast-math flags, that will cause CreateFAdd and friends to produce the associated intrinsics, instead of the IR instructions, when strictness is enabled. -Hal > > On...
2018 Jan 08
4
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
Hi Kevin, Thanks for reaching out about this, and thanks especially for offering to help. I've had some other priorities that have prevented me from making progress on this recently. As far as I know, there is no support at all in clang for handling the FENV_ACCESS pragma. I have a sample patch somewhere that I created to demonstrate how the front end would create the constrained intrinsics
2018 Jan 09
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...ffected compound statements and for the affected floating-point operations, build those representations when necessary, and teach the various AST consumers (LLVM IR generation and constant expression evaluation immediately spring to mind) how to handle them. FWIW, I think it would be nice for the IRBuider to have a kind of "strict FP" state, kind of like how we have a "fast math" state for adding fast-math flags, that will cause CreateFAdd and friends to produce the associated intrinsics, instead of the IR instructions, when strictness is enabled. I expect we'll need a &q...
2018 Jan 09
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
On 8 January 2018 at 11:15, Kaylor, Andrew via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Kevin, > > Thanks for reaching out about this, and thanks especially for offering to > help. I've had some other priorities that have prevented me from making > progress on this recently. > > As far as I know, there is no support at all in clang for handling the >