Changeset 3894 in CLRX
- Timestamp:
- Mar 12, 2018, 5:10:13 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CLRadeonExtender/trunk/tests/amdasm/AsmRegAllocCase2.cpp
r3892 r3894 27 27 const AsmSSADataCase ssaDataTestCases2Tbl[] = 28 28 { 29 { // 27- conflicts inside routines29 { // 0 - conflicts inside routines 30 30 R"ffDXD(.regvar sa:s:8, va:v:8 31 31 s_mov_b32 sa[2], s4 … … 189 189 true, "" 190 190 }, 191 { // 28- res second point cache test 1191 { // 1 - res second point cache test 1 192 192 R"ffDXD(.regvar sa:s:8, va:v:8, xa:s:8 193 193 s_mov_b32 sa[2], s4 … … 384 384 true, "" 385 385 }, 386 { // 2 9- cache test 2: loop386 { // 2 - cache test 2: loop 387 387 R"ffDXD(.regvar sa:s:8, va:v:8, xa:s:8 388 388 s_mov_b32 sa[2], s4 … … 529 529 }, 530 530 #if 0 531 { // 3 0- routine with loop531 { // 3 - routine with loop 532 532 R"ffDXD(.regvar sa:s:8, va:v:8, xa:s:8 533 533 s_mov_b32 sa[2], s4 … … 665 665 } 666 666 #endif 667 { // 31- routine with condition667 { // 4 - routine with condition 668 668 R"ffDXD(.regvar sa:s:8, va:v:8, xa:s:8 669 669 s_mov_b32 sa[2], s4 … … 789 789 true, "" 790 790 }, 791 { // 32- two routines with common code791 { // 5 - two routines with common code 792 792 R"ffDXD(.regvar sa:s:8, va:v:8, xa:s:8 793 793 s_mov_b32 sa[2], s4 … … 936 936 true, "" 937 937 }, 938 { // 33- simple call, more complex routine (reduce with reads)938 { // 6 - simple call, more complex routine (reduce with reads) 939 939 R"ffDXD(.regvar sa:s:8, va:v:8 940 940 s_mov_b32 sa[2], s4 … … 1037 1037 true, "" 1038 1038 }, 1039 { // 34- retssa tests1039 { // 7 - retssa tests 1040 1040 R"ffDXD(.regvar sa:s:8, va:v:8 1041 1041 s_mov_b32 sa[2], s4 … … 1249 1249 true, "" 1250 1250 }, 1251 { // 35- retssa tests1251 { // 8 - retssa tests 1252 1252 R"ffDXD(.regvar sa:s:8, va:v:8 1253 1253 s_mov_b32 sa[2], s4 … … 1409 1409 true, "" 1410 1410 }, 1411 { // 35- retssa tests1411 { // 9 - retssa tests 1412 1412 R"ffDXD(.regvar sa:s:10, va:v:8 1413 1413 s_mov_b32 sa[2], s4
Note: See TracChangeset
for help on using the changeset viewer.