search for: create_undef

Displaying 4 results from an estimated 4 matches for "create_undef".

Did you mean: create_index
2016 Feb 26
0
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
...t we thus-far lack a concrete example. We don't yet have enough information. > > > I don't have a good example for (c), but if you go by the textbook "is > a non-deterministic value" definition for undef then > > void foo() available_externally { > %x = create_undef(); > if (%x) print("X"); > } > > is just as problematic as the two atomic loads case. This isn't a > good example though, since we can specify as part of `undef` s > semantics: "if the program has different observable behavior based on > undef's non...
2016 Feb 25
6
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
...he > previous two items, but we thus-far lack a concrete example. We don't yet have enough information. I don't have a good example for (c), but if you go by the textbook "is a non-deterministic value" definition for undef then void foo() available_externally { %x = create_undef(); if (%x) print("X"); } is just as problematic as the two atomic loads case. This isn't a good example though, since we can specify as part of `undef` s semantics: "if the program has different observable behavior based on undef's non-determinism, then it is undefi...
2016 Feb 25
0
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
----- Original Message ----- > From: "Chandler Carruth" <chandlerc at google.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org>, "Philip Reames" > <listmail at philipreames.com>, "Duncan P. N. Exon Smith" > <dexonsmith at apple.com>, "Sanjoy Das" >
2016 Feb 25
2
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
On Wed, Feb 24, 2016 at 11:18 PM Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Chandler Carruth" <chandlerc at google.com> > > To: "Sanjoy Das" <sanjoy at playingwithpointers.com>, "Hal Finkel" < > hfinkel at anl.gov> > > Cc: "llvm-dev" <llvm-dev at lists.llvm.org>,