blob: be12301b1431a08cb434ba185e981719b77ad6dd [file] [log] [blame]
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o - 2>&1 | FileCheck %s
---
# CHECK: error: YAML:8:16: must be a power of two
name: dyn_lds_with_alignment
machineFunctionInfo:
dynLDSAlign: 9
body: |
bb.0:
S_ENDPGM 0
...