Reviewed By: jvillard Differential Revision: D5701932 fbshipit-source-id: 8bdef6dmaster
parent
b4c0ddcff3
commit
de9d8f45ff
@ -0,0 +1,12 @@
|
|||||||
|
/*
|
||||||
|
1;95;0c * Copyright (c) 2017 - present Facebook, Inc.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the BSD style license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree. An additional grant
|
||||||
|
* of patent rights can be found in the PATENTS file in the same directory.
|
||||||
|
*/
|
||||||
|
|
||||||
|
typedef __attribute__((ext_vector_type(2))) float vec_float2;
|
||||||
|
|
||||||
|
vec_float2 simple(vec_float2 vec) { return vec.xy; }
|
@ -0,0 +1,14 @@
|
|||||||
|
/* @generated */
|
||||||
|
digraph iCFG {
|
||||||
|
"simple#_Z6simpleDv2_f.e9c9c4d600ba08c47099d8822b175fec_1" [label="1: Start simple\nFormals: vec:void\nLocals: \n DECLARE_LOCALS(&return); [line 12]\n " color=yellow style=filled]
|
||||||
|
|
||||||
|
|
||||||
|
"simple#_Z6simpleDv2_f.e9c9c4d600ba08c47099d8822b175fec_1" -> "simple#_Z6simpleDv2_f.e9c9c4d600ba08c47099d8822b175fec_3" ;
|
||||||
|
"simple#_Z6simpleDv2_f.e9c9c4d600ba08c47099d8822b175fec_2" [label="2: Exit simple \n " color=yellow style=filled]
|
||||||
|
|
||||||
|
|
||||||
|
"simple#_Z6simpleDv2_f.e9c9c4d600ba08c47099d8822b175fec_3" [label="3: Return Stmt \n n$0=*&vec:void [line 12]\n *&return:void=n$0 [line 12]\n " shape="box"]
|
||||||
|
|
||||||
|
|
||||||
|
"simple#_Z6simpleDv2_f.e9c9c4d600ba08c47099d8822b175fec_3" -> "simple#_Z6simpleDv2_f.e9c9c4d600ba08c47099d8822b175fec_2" ;
|
||||||
|
}
|
Loading…
Reference in new issue