brintos

brintos / llvm-project-archived public Read only

0
0
Text · 279 B · be12301 Raw
15 lines · plain
1# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o - 2>&1 | FileCheck %s2 3---4# CHECK: error: YAML:8:16: must be a power of two5 6name: dyn_lds_with_alignment7machineFunctionInfo:8  dynLDSAlign: 99 10body:             |11  bb.0:12    S_ENDPGM 013 14...15