Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/MC/AMDGPU/gfx7_err_pos.s
Show All 30 Lines | |||||
//============================================================================== | //============================================================================== | ||||
// literal operands are not supported | // literal operands are not supported | ||||
v_and_b32_e64 v0, 0.159154943091895317852646485335, v1 | v_and_b32_e64 v0, 0.159154943091895317852646485335, v1 | ||||
// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported | // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: literal operands are not supported | ||||
// CHECK-NEXT:{{^}}v_and_b32_e64 v0, 0.159154943091895317852646485335, v1 | // CHECK-NEXT:{{^}}v_and_b32_e64 v0, 0.159154943091895317852646485335, v1 | ||||
// CHECK-NEXT:{{^}} ^ | // CHECK-NEXT:{{^}} ^ | ||||
//============================================================================== | |||||
// cache policy is not supported for SMRD instructions | |||||
s_load_dword s5, s[2:3], glc | |||||
// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: cache policy is not supported for SMRD instructions | |||||
// CHECK-NEXT:{{^}}s_load_dword s5, s[2:3], glc | |||||
// CHECK-NEXT:{{^}} ^ |