Changes between Version 12 and Version 13 of LLVMメモ
- Timestamp:
- May 27, 2009 5:13:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LLVMメモ
v12 v13 21 21 = redundancy elimilation = 22 22 23 ffe 23 24 || || s1 || s2 || r || time || 24 25 || noopt || 4605 || 3415 || 109 || 1.222501e-01 || 25 26 || GVN || 1175 || 1391 || 65 || 4.589486e-02 || 26 27 || GVNPRE || 3389 || 2725 || 80 || 7.008004e-02 || 27 ffe 28 29 ffg+ffe 30 || || s1 || s2 || r || time || 31 || noopt || 11090 || - || - || - || 32 || GVN || 3672 || - || - || - || 33 || GVNPRE || 8633 || - || - || - ||