search for: scope4

Displaying 2 results from an estimated 2 matches for "scope4".

Did you mean: scope
2013 Nov 04
3
[LLVMdev] [RFC] Scoped no-alias metadata (redux)
...define some scopes: !scope0 = metadata !{ metadata !"scope of foo()" } !scope1 = metadata !{ metadata !"scope 1", metadata !scope0 } !scope2 = metadata !{ metadata !"scope 2", metadata !scope0 } !scope3 = metadata !{ metadata !"scope 2.1", metadata !scope2 } !scope4 = metadata !{ metadata !"scope 2.2", metadata !scope2 } The language reference defines 'noalias' as indicating "that pointer values based on the argument or return value do not alias pointer values which are not based on it...", and so we need to tag all loads and store...
2013 Nov 14
0
[LLVMdev] [RFC] Scoped no-alias metadata (redux)
...!scope0 = metadata !{ metadata !"scope of foo()" } > !scope1 = metadata !{ metadata !"scope 1", metadata !scope0 } > !scope2 = metadata !{ metadata !"scope 2", metadata !scope0 } > !scope3 = metadata !{ metadata !"scope 2.1", metadata !scope2 } > !scope4 = metadata !{ metadata !"scope 2.2", metadata !scope2 } > > The language reference defines 'noalias' as indicating "that pointer > values based on the argument or return value do not alias pointer > values which are not based on it...", and so we need to tag...