llvm-for-llvmta/test/CodeGen/MIR/AMDGPU/machine-function-info-dynld...

15 lines
279 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
# 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
...