@@ -38,15 +38,14 @@ local_label:
3838 lhu $4 , 2147483648 ($2 ) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 32-bit signed offset
3939 lhue $4 , -512 ($2 ) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
4040 lhue $4 , 512 ($2 ) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
41- // FIXME: Following tests are temporarily disabled, until "PredicateControl not in hierarchy" problem is resolved
42- bltl $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
43- bltul $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
44- blel $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
45- bleul $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
46- bgel $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
47- bgeul $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
48- bgtl $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
49- bgtul $7 , $8 , local_label # COM: CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
41+ bltl $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
42+ bltul $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
43+ blel $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
44+ bleul $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
45+ bgel $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
46+ bgeul $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
47+ bgtl $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
48+ bgtul $7 , $8 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
5049 bgec $0 , $2 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand ($zero) for instruction
5150 bltc $0 , $2 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand ($zero) for instruction
5251 bgeuc $0 , $2 , local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand ($zero) for instruction
0 commit comments