brintos

brintos / llvm-project-archived public Read only

0
0
Text · 751 B · b7a1eb0 Raw
18 lines · plain
1# REQUIRES: asserts2# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=si-fold-operands -filetype=null %s 2>&1 | FileCheck -check-prefixes=ERR-LEGACY,ERR %s3# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -passes=si-fold-operands -filetype=null %s 2>&1 | FileCheck -check-prefixes=ERR-NPM,ERR %s4 5# ERR-LEGACY: MachineFunctionProperties required by SI Fold Operands pass are not met by function not_ssa.6# ERR-NPM: MachineFunctionProperties required by SIFoldOperandsPass pass are not met by function not_ssa.7# ERR-NEXT: Required properties: IsSSA8# ERR-NEXT: Current properties: NoPHIs9---10name:            not_ssa11body:             |12  bb.0:13    liveins: $vgpr0, $vgpr114    %0:vgpr_32 = COPY $vgpr015    %0:vgpr_32 = COPY $vgpr116 17...18