visnyin / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

Add for, switch and while support to SIMD #153

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
  As title.

Original issue reported on code.google.com by wuye9036 on 14 Dec 2011 at 7:50

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 15 Dec 2011 at 3:15

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 22 Feb 2012 at 8:13

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 7f84e968a1f8.

SASL:
  For loop with break works.
  Fixed a potential bug will be raised on hierarchy if-else.
  Pull up jump_cond to cgllvm_service.

Original comment by wuye9036 on 22 Feb 2012 at 5:54

GoogleCodeExporter commented 8 years ago
This issue was updated by revision e319021762bb.

SASL:
  Add missing test file for_loop.
  Refactor SIMD simluation generator for loop.
  Add while and do-while support.

Original comment by wuye9036 on 23 Feb 2012 at 5:22

GoogleCodeExporter commented 8 years ago
This issue was updated by revision e389c861fa25.

SASL:
  Rename some functions of loop exec mask state accessor.

Original comment by wuye9036 on 23 Feb 2012 at 5:22

GoogleCodeExporter commented 8 years ago
switch needn't to be supported on M1.3.
Maybe on future, we will create another issue for it.

Original comment by wuye9036 on 23 Feb 2012 at 5:28