[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx90a_err_pos.s
blobe7377c51df13e67792b1ba50fa6d22f179d36175
1 // RUN: not llvm-mc -arch=amdgcn -mcpu=gfx90a %s 2>&1 | FileCheck %s --implicit-check-not=error: --strict-whitespace
3 //==============================================================================
4 // vgpr must be even aligned
6 ds_gws_init a1 offset:65535 gds
7 // CHECK: error: vgpr must be even aligned
8 // CHECK-NEXT:{{^}}ds_gws_init a1 offset:65535 gds
9 // CHECK-NEXT:{{^}} ^